NotificationProviderWhereInput: {
    AND?: NotificationProviderWhereInput | NotificationProviderWhereInput[];
    NOT?: NotificationProviderWhereInput | NotificationProviderWhereInput[];
    OR?: NotificationProviderWhereInput[];
    dbId?: StringFilter<"NotificationProvider"> | string;
    enabled?: BoolFilter<"NotificationProvider"> | boolean;
    name?: StringFilter<"NotificationProvider"> | string;
    updatedAt?: DateTimeFilter<"NotificationProvider"> | Date | string;
}