Type Alias UserNotificationDataCountAggregateOutputType

UserNotificationDataCountAggregateOutputType: {
    _all: number;
    actionUrl: number;
    dbId: number;
    message: number;
    severity: number;
    title: number;
    userNotificationsId: number;
}