DisBot
    Preparing search index...

    Type Alias GuildDisBotAutoModerationBlockInvitesSelectScalar

    type GuildDisBotAutoModerationBlockInvitesSelectScalar = {
        Actions?: boolean;
        ExcludedChannels?: boolean;
        ExcludedGuildIds?: boolean;
        ExcludedRoles?: boolean;
        GuildDisBotAutoModerationId?: boolean;
        Id?: boolean;
        RegexPetterns?: boolean;
        Trigger?: boolean;
        UUID?: boolean;
    }
    Index

    Properties

    Actions?: boolean
    ExcludedChannels?: boolean
    ExcludedGuildIds?: boolean
    ExcludedRoles?: boolean
    GuildDisBotAutoModerationId?: boolean
    Id?: boolean
    RegexPetterns?: boolean
    Trigger?: boolean
    UUID?: boolean