DisBot
    Preparing search index...

    Type Alias UsersUpdateToOneWithWhereWithoutGuildBackupsInput

    type UsersUpdateToOneWithWhereWithoutGuildBackupsInput = {
        data: XOR<
            UsersUpdateWithoutGuildBackupsInput,
            UsersUncheckedUpdateWithoutGuildBackupsInput,
        >;
        where?: UsersWhereInput;
    }
    Index

    Properties

    Properties