DisBot
    Preparing search index...

    Type Alias GetGuildDisBotAutoModerationMentionsAggregateType<T>

    GetGuildDisBotAutoModerationMentionsAggregateType: {
        [P in keyof T & keyof AggregateGuildDisBotAutoModerationMentions]: P extends | "_count"
        | "count"
            ? T[P] extends true
                ? number
                : GetScalarType<T[P], AggregateGuildDisBotAutoModerationMentions[P]>
            : GetScalarType<T[P], AggregateGuildDisBotAutoModerationMentions[P]>
    }

    Type Parameters