DisBot
    Preparing search index...

    Type Alias GuildDisBotAutoModerationCreateOrConnectWithoutMentionSpamInput

    type GuildDisBotAutoModerationCreateOrConnectWithoutMentionSpamInput = {
        create: XOR<
            GuildDisBotAutoModerationCreateWithoutMentionSpamInput,
            GuildDisBotAutoModerationUncheckedCreateWithoutMentionSpamInput,
        >;
        where: GuildDisBotAutoModerationWhereUniqueInput;
    }
    Index

    Properties

    Properties