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