DisBot
    Preparing search index...

    Type Alias GuildAutoReactsUpsertWithWhereUniqueWithoutGuildsInput

    type GuildAutoReactsUpsertWithWhereUniqueWithoutGuildsInput = {
        create: XOR<
            GuildAutoReactsCreateWithoutGuildsInput,
            GuildAutoReactsUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            GuildAutoReactsUpdateWithoutGuildsInput,
            GuildAutoReactsUncheckedUpdateWithoutGuildsInput,
        >;
        where: GuildAutoReactsWhereUniqueInput;
    }
    Index

    Properties

    Properties