Type Alias NotificationProviderGroupByOutputType

NotificationProviderGroupByOutputType: {
    _count: NotificationProviderCountAggregateOutputType | null;
    _max: NotificationProviderMaxAggregateOutputType | null;
    _min: NotificationProviderMinAggregateOutputType | null;
    dbId: string;
    enabled: boolean;
    name: string;
    updatedAt: Date;
}