Type Alias UserPremiumCountAggregateOutputType

UserPremiumCountAggregateOutputType: {
    _all: number;
    attributedAt: number;
    attributionGuildId: number;
    attributionSource: number;
    dbId: number;
    tier: number;
    userId: number;
}