DisBot
    Preparing search index...

    Type Alias GetGuildDisBotAutoModerationEmojisAggregateType<T>

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

    Type Parameters