Type Alias UserPremiumOrderByWithRelationInput

UserPremiumOrderByWithRelationInput: {
    dbId?: SortOrder;
    tier?: SortOrder;
    user?: UserOrderByWithRelationInput;
    userId?: SortOrder;
}