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

14 lines
1.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CloudFolderCreateOrConnectWithoutParentInputObjectSchema: z.ZodType<Prisma.CloudFolderCreateOrConnectWithoutParentInput>;
export declare const CloudFolderCreateOrConnectWithoutParentInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderCreateWithoutParentInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedCreateWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedCreateWithoutParentInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.CloudFolderUncheckedCreateWithoutParentInput | Prisma.CloudFolderCreateWithoutParentInput;
where: Prisma.CloudFolderWhereUniqueInput;
}, {
create: Prisma.CloudFolderUncheckedCreateWithoutParentInput | Prisma.CloudFolderCreateWithoutParentInput;
where: Prisma.CloudFolderWhereUniqueInput;
}>;
//# sourceMappingURL=CloudFolderCreateOrConnectWithoutParentInput.schema.d.ts.map