DisBot
    Preparing search index...

    Type Alias GuildAutoReactsCreateOrConnectWithoutGuildsInput

    type GuildAutoReactsCreateOrConnectWithoutGuildsInput = {
        create: XOR<
            GuildAutoReactsCreateWithoutGuildsInput,
            GuildAutoReactsUncheckedCreateWithoutGuildsInput,
        >;
        where: GuildAutoReactsWhereUniqueInput;
    }
    Index

    Properties

    Properties