DisBot
    Preparing search index...

    Type Alias GuildDisBotAutoModerationMentionsGroupByOutputType

    type GuildDisBotAutoModerationMentionsGroupByOutputType = {
        _avg: GuildDisBotAutoModerationMentionsAvgAggregateOutputType | null;
        _count: GuildDisBotAutoModerationMentionsCountAggregateOutputType | null;
        _max: GuildDisBotAutoModerationMentionsMaxAggregateOutputType | null;
        _min: GuildDisBotAutoModerationMentionsMinAggregateOutputType | null;
        _sum: GuildDisBotAutoModerationMentionsSumAggregateOutputType | null;
        Actions: JsonValue[];
        ExcludedChannels: string[];
        ExcludedRoles: string[];
        GuildDisBotAutoModerationId: string;
        Id: number;
        RegexPetterns: string[];
        Trigger: JsonValue;
        UUID: string;
    }
    Index

    Properties

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