DisBot
    Preparing search index...

    Type Alias GetGuildUserModerationSettingUnbanAggregateType<T>

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

    Type Parameters