Type Alias NotificationProviderCountAggregateInputType

NotificationProviderCountAggregateInputType: {
    _all?: true;
    dbId?: true;
    enabled?: true;
    name?: true;
    updatedAt?: true;
}