Type Alias NotificationProviderCountAggregateOutputType

NotificationProviderCountAggregateOutputType: {
    _all: number;
    dbId: number;
    enabled: number;
    name: number;
    updatedAt: number;
}