Type Alias UserPremiumMinAggregateOutputType

UserPremiumMinAggregateOutputType: {
    dbId: string | null;
    tier: string | null;
    userId: string | null;
}