Type Alias UserPremiumCountAggregateOutputType

UserPremiumCountAggregateOutputType: {
    _all: number;
    dbId: number;
    tier: number;
    userId: number;
}