DisBot
    Preparing search index...

    Type Alias GuildDisBotAutoModerationBlockInvitesGroupByOutputType

    type GuildDisBotAutoModerationBlockInvitesGroupByOutputType = {
        _avg: GuildDisBotAutoModerationBlockInvitesAvgAggregateOutputType | null;
        _count:
            | GuildDisBotAutoModerationBlockInvitesCountAggregateOutputType
            | null;
        _max: GuildDisBotAutoModerationBlockInvitesMaxAggregateOutputType
        | null;
        _min: GuildDisBotAutoModerationBlockInvitesMinAggregateOutputType | null;
        _sum: GuildDisBotAutoModerationBlockInvitesSumAggregateOutputType | null;
        Actions: JsonValue[];
        ExcludedChannels: string[];
        ExcludedGuildIds: string[];
        ExcludedRoles: string[];
        GuildDisBotAutoModerationId: string;
        Id: number;
        RegexPetterns: string[];
        Trigger: JsonValue;
        UUID: string;
    }
    Index

    Properties

    Actions: JsonValue[]
    ExcludedChannels: string[]
    ExcludedGuildIds: string[]
    ExcludedRoles: string[]
    GuildDisBotAutoModerationId: string
    Id: number
    RegexPetterns: string[]
    Trigger: JsonValue
    UUID: string