Type Alias NotificationProviderScalarWhereWithAggregatesInput

NotificationProviderScalarWhereWithAggregatesInput: {
    AND?: NotificationProviderScalarWhereWithAggregatesInput | NotificationProviderScalarWhereWithAggregatesInput[];
    NOT?: NotificationProviderScalarWhereWithAggregatesInput | NotificationProviderScalarWhereWithAggregatesInput[];
    OR?: NotificationProviderScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"NotificationProvider"> | string;
    enabled?: BoolWithAggregatesFilter<"NotificationProvider"> | boolean;
    name?: StringWithAggregatesFilter<"NotificationProvider"> | string;
    updatedAt?: DateTimeWithAggregatesFilter<"NotificationProvider"> | Date | string;
}