Type Alias UserPremiumOrderByWithAggregationInput

UserPremiumOrderByWithAggregationInput: {
    _count?: UserPremiumCountOrderByAggregateInput;
    _max?: UserPremiumMaxOrderByAggregateInput;
    _min?: UserPremiumMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    tier?: Prisma.SortOrder;
    userId?: Prisma.SortOrder;
}