Type Alias UserNotificationDataMaxOrderByAggregateInput

UserNotificationDataMaxOrderByAggregateInput: {
    actionUrl?: Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    message?: Prisma.SortOrder;
    severity?: Prisma.SortOrder;
    title?: Prisma.SortOrder;
    userNotificationsId?: Prisma.SortOrder;
}