Type Alias UserPremiumOrderByWithAggregationInput

UserPremiumOrderByWithAggregationInput: {
    _count?: UserPremiumCountOrderByAggregateInput;
    _max?: UserPremiumMaxOrderByAggregateInput;
    _min?: UserPremiumMinOrderByAggregateInput;
    attributedAt?: SortOrderInput | Prisma.SortOrder;
    attributionGuildId?: SortOrderInput | Prisma.SortOrder;
    attributionSource?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    tier?: Prisma.SortOrder;
    userId?: Prisma.SortOrder;
}