import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const NotificationWhereInputObjectSchema: z.ZodType; export declare const NotificationWhereInputObjectZodSchema: 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]>>; user: z.ZodOptional>, z.ZodLazy>]>>; }, "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.NotificationWhereInput | Prisma.NotificationWhereInput[] | undefined; OR?: Prisma.NotificationWhereInput[] | undefined; NOT?: Prisma.NotificationWhereInput | Prisma.NotificationWhereInput[] | undefined; user?: Prisma.UserWhereInput | Prisma.UserScalarRelationFilter | 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.NotificationWhereInput | Prisma.NotificationWhereInput[] | undefined; OR?: Prisma.NotificationWhereInput[] | undefined; NOT?: Prisma.NotificationWhereInput | Prisma.NotificationWhereInput[] | undefined; user?: Prisma.UserWhereInput | Prisma.UserScalarRelationFilter | undefined; read?: boolean | Prisma.BoolFilter | undefined; }>; //# sourceMappingURL=NotificationWhereInput.schema.d.ts.map