import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const BackupDestinationWhereInputObjectSchema: z.ZodType; export declare const BackupDestinationWhereInputObjectZodSchema: 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]>>; path: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; isActive: z.ZodOptional, z.ZodTypeDef, Prisma.BoolFilter>>, z.ZodBoolean]>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeFilter>>, z.ZodDate]>>; user: z.ZodOptional>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { path?: string | Prisma.StringFilter | undefined; createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.BackupDestinationWhereInput | Prisma.BackupDestinationWhereInput[] | undefined; OR?: Prisma.BackupDestinationWhereInput[] | undefined; NOT?: Prisma.BackupDestinationWhereInput | Prisma.BackupDestinationWhereInput[] | undefined; user?: Prisma.UserWhereInput | Prisma.UserScalarRelationFilter | undefined; isActive?: boolean | Prisma.BoolFilter | undefined; }, { path?: string | Prisma.StringFilter | undefined; createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.BackupDestinationWhereInput | Prisma.BackupDestinationWhereInput[] | undefined; OR?: Prisma.BackupDestinationWhereInput[] | undefined; NOT?: Prisma.BackupDestinationWhereInput | Prisma.BackupDestinationWhereInput[] | undefined; user?: Prisma.UserWhereInput | Prisma.UserScalarRelationFilter | undefined; isActive?: boolean | Prisma.BoolFilter | undefined; }>; //# sourceMappingURL=BackupDestinationWhereInput.schema.d.ts.map