Type Alias UserNotificationsOrderByWithRelationInput

UserNotificationsOrderByWithRelationInput: {
    dbId?: SortOrder;
    isRead?: SortOrder;
    list?: UserNotificationDataOrderByRelationAggregateInput;
    user?: UserOrderByWithRelationInput;
    userId?: SortOrder;
}