DisBot
    Preparing search index...

    Type Alias GetGuildComponentManagerAggregateType<T>

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

    Type Parameters