Type Alias UserNotificationsCountAggregateOutputType

UserNotificationsCountAggregateOutputType: {
    _all: number;
    dbId: number;
    isRead: number;
    userId: number;
}