Type Alias UserSessionOrderByWithAggregationInput

UserSessionOrderByWithAggregationInput: {
    _count?: UserSessionCountOrderByAggregateInput;
    _max?: UserSessionMaxOrderByAggregateInput;
    _min?: UserSessionMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    expiresAt?: Prisma.SortOrder;
    key?: Prisma.SortOrder;
    userId?: Prisma.SortOrder;
}