Type Alias UserNotificationsOrderByWithAggregationInput

UserNotificationsOrderByWithAggregationInput: {
    _count?: UserNotificationsCountOrderByAggregateInput;
    _max?: UserNotificationsMaxOrderByAggregateInput;
    _min?: UserNotificationsMinOrderByAggregateInput;
    dbId?: Prisma.SortOrder;
    isRead?: Prisma.SortOrder;
    userId?: Prisma.SortOrder;
}