DisBot
    Preparing search index...

    Type Alias GuildDisBotAutoModerationCreateOrConnectWithoutAttachmentSpamInput

    type GuildDisBotAutoModerationCreateOrConnectWithoutAttachmentSpamInput = {
        create: XOR<
            GuildDisBotAutoModerationCreateWithoutAttachmentSpamInput,
            GuildDisBotAutoModerationUncheckedCreateWithoutAttachmentSpamInput,
        >;
        where: GuildDisBotAutoModerationWhereUniqueInput;
    }
    Index

    Properties

    Properties