DisBot
    Preparing search index...

    Type Alias UsersUpdateToOneWithWhereWithoutVanitysInput

    type UsersUpdateToOneWithWhereWithoutVanitysInput = {
        data: XOR<
            UsersUpdateWithoutVanitysInput,
            UsersUncheckedUpdateWithoutVanitysInput,
        >;
        where?: UsersWhereInput;
    }
    Index

    Properties

    Properties