DisBot
    Preparing search index...

    Type Alias UsersUpsertWithoutGuildBackupsInput

    type UsersUpsertWithoutGuildBackupsInput = {
        create: XOR<
            UsersCreateWithoutGuildBackupsInput,
            UsersUncheckedCreateWithoutGuildBackupsInput,
        >;
        update: XOR<
            UsersUpdateWithoutGuildBackupsInput,
            UsersUncheckedUpdateWithoutGuildBackupsInput,
        >;
        where?: UsersWhereInput;
    }
    Index

    Properties

    Properties