Type Alias UserNotificationDataOrderByWithAggregationInput

UserNotificationDataOrderByWithAggregationInput: {
    _count?: UserNotificationDataCountOrderByAggregateInput;
    _max?: UserNotificationDataMaxOrderByAggregateInput;
    _min?: UserNotificationDataMinOrderByAggregateInput;
    actionUrl?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    message?: Prisma.SortOrder;
    severity?: Prisma.SortOrder;
    title?: Prisma.SortOrder;
    userNotificationsId?: Prisma.SortOrder;
}