import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NotificationScalarWhereInputObjectSchema: z.ZodType; export declare const NotificationScalarWhereInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; userId: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; type: z.ZodOptional, z.ZodTypeDef, Prisma.EnumNotificationTypesFilter>>, z.ZodEnum<["BACKUP", "CLAIM", "PAYMENT", "ETC"]>]>>; message: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeFilter>>, z.ZodDate]>>; read: z.ZodOptional, z.ZodTypeDef, Prisma.BoolFilter>>, z.ZodBoolean]>>; }, "strict", z.ZodTypeAny, { message?: string | Prisma.StringFilter | undefined; type?: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC" | Prisma.EnumNotificationTypesFilter | undefined; createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.NotificationScalarWhereInput | Prisma.NotificationScalarWhereInput[] | undefined; OR?: Prisma.NotificationScalarWhereInput[] | undefined; NOT?: Prisma.NotificationScalarWhereInput | Prisma.NotificationScalarWhereInput[] | undefined; read?: boolean | Prisma.BoolFilter | undefined; }, { message?: string | Prisma.StringFilter | undefined; type?: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC" | Prisma.EnumNotificationTypesFilter | undefined; createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.NotificationScalarWhereInput | Prisma.NotificationScalarWhereInput[] | undefined; OR?: Prisma.NotificationScalarWhereInput[] | undefined; NOT?: Prisma.NotificationScalarWhereInput | Prisma.NotificationScalarWhereInput[] | undefined; read?: boolean | Prisma.BoolFilter | undefined; }>; //# sourceMappingURL=NotificationScalarWhereInput.schema.d.ts.map