Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/BackupDestinationScalarWhereInput.schema.d.ts
2026-04-04 22:13:55 -04:00

32 lines
3.0 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const BackupDestinationScalarWhereInputObjectSchema: z.ZodType<Prisma.BackupDestinationScalarWhereInput>;
export declare const BackupDestinationScalarWhereInputObjectZodSchema: z.ZodObject<{
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationScalarWhereInput, z.ZodTypeDef, Prisma.BackupDestinationScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationScalarWhereInput, z.ZodTypeDef, Prisma.BackupDestinationScalarWhereInput>>, "many">]>>;
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationScalarWhereInput, z.ZodTypeDef, Prisma.BackupDestinationScalarWhereInput>>, "many">>;
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BackupDestinationScalarWhereInput, z.ZodTypeDef, Prisma.BackupDestinationScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.BackupDestinationScalarWhereInput, z.ZodTypeDef, Prisma.BackupDestinationScalarWhereInput>>, "many">]>>;
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
userId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
path: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringFilter<never>, z.ZodTypeDef, Prisma.StringFilter<never>>>, z.ZodString]>>;
isActive: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BoolFilter<never>, z.ZodTypeDef, Prisma.BoolFilter<never>>>, z.ZodBoolean]>>;
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeFilter<never>, z.ZodTypeDef, Prisma.DateTimeFilter<never>>>, z.ZodDate]>>;
}, "strict", z.ZodTypeAny, {
path?: string | Prisma.StringFilter<never> | undefined;
createdAt?: Date | Prisma.DateTimeFilter<never> | undefined;
id?: number | Prisma.IntFilter<never> | undefined;
userId?: number | Prisma.IntFilter<never> | undefined;
AND?: Prisma.BackupDestinationScalarWhereInput | Prisma.BackupDestinationScalarWhereInput[] | undefined;
OR?: Prisma.BackupDestinationScalarWhereInput[] | undefined;
NOT?: Prisma.BackupDestinationScalarWhereInput | Prisma.BackupDestinationScalarWhereInput[] | undefined;
isActive?: boolean | Prisma.BoolFilter<never> | undefined;
}, {
path?: string | Prisma.StringFilter<never> | undefined;
createdAt?: Date | Prisma.DateTimeFilter<never> | undefined;
id?: number | Prisma.IntFilter<never> | undefined;
userId?: number | Prisma.IntFilter<never> | undefined;
AND?: Prisma.BackupDestinationScalarWhereInput | Prisma.BackupDestinationScalarWhereInput[] | undefined;
OR?: Prisma.BackupDestinationScalarWhereInput[] | undefined;
NOT?: Prisma.BackupDestinationScalarWhereInput | Prisma.BackupDestinationScalarWhereInput[] | undefined;
isActive?: boolean | Prisma.BoolFilter<never> | undefined;
}>;
//# sourceMappingURL=BackupDestinationScalarWhereInput.schema.d.ts.map