import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const BackupDestinationScalarWhereInputObjectSchema: z.ZodType; export declare const BackupDestinationScalarWhereInputObjectZodSchema: 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]>>; }, "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.BackupDestinationScalarWhereInput | Prisma.BackupDestinationScalarWhereInput[] | undefined; OR?: Prisma.BackupDestinationScalarWhereInput[] | undefined; NOT?: Prisma.BackupDestinationScalarWhereInput | Prisma.BackupDestinationScalarWhereInput[] | 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.BackupDestinationScalarWhereInput | Prisma.BackupDestinationScalarWhereInput[] | undefined; OR?: Prisma.BackupDestinationScalarWhereInput[] | undefined; NOT?: Prisma.BackupDestinationScalarWhereInput | Prisma.BackupDestinationScalarWhereInput[] | undefined; isActive?: boolean | Prisma.BoolFilter | undefined; }>; //# sourceMappingURL=BackupDestinationScalarWhereInput.schema.d.ts.map