DisBot
    Preparing search index...

    Type Alias UsersUpdateToOneWithWhereWithoutLevelsInput

    type UsersUpdateToOneWithWhereWithoutLevelsInput = {
        data: XOR<
            UsersUpdateWithoutLevelsInput,
            UsersUncheckedUpdateWithoutLevelsInput,
        >;
        where?: UsersWhereInput;
    }
    Index

    Properties

    Properties