DisBot
    Preparing search index...

    Type Alias GetGuildUserModerationSettingMuteAggregateType<T>

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

    Type Parameters