Type Alias NotificationProviderWhereUniqueInput

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