Type Alias UserNotificationDataCountAggregateInputType

UserNotificationDataCountAggregateInputType: {
    _all?: true;
    actionUrl?: true;
    dbId?: true;
    message?: true;
    severity?: true;
    title?: true;
    userNotificationsId?: true;
}