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

20 lines
2.9 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CloudFolderUncheckedCreateNestedManyWithoutParentInputObjectSchema: z.ZodType<Prisma.CloudFolderUncheckedCreateNestedManyWithoutParentInput>;
export declare const CloudFolderUncheckedCreateNestedManyWithoutParentInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderCreateWithoutParentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderCreateWithoutParentInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedCreateWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedCreateWithoutParentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedCreateWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedCreateWithoutParentInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateOrConnectWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderCreateOrConnectWithoutParentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateOrConnectWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderCreateOrConnectWithoutParentInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateManyParentInputEnvelope, z.ZodTypeDef, Prisma.CloudFolderCreateManyParentInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.CloudFolderUncheckedCreateWithoutParentInput | Prisma.CloudFolderCreateWithoutParentInput | Prisma.CloudFolderCreateWithoutParentInput[] | Prisma.CloudFolderUncheckedCreateWithoutParentInput[] | undefined;
connectOrCreate?: Prisma.CloudFolderCreateOrConnectWithoutParentInput | Prisma.CloudFolderCreateOrConnectWithoutParentInput[] | undefined;
createMany?: Prisma.CloudFolderCreateManyParentInputEnvelope | undefined;
connect?: Prisma.CloudFolderWhereUniqueInput | Prisma.CloudFolderWhereUniqueInput[] | undefined;
}, {
create?: Prisma.CloudFolderUncheckedCreateWithoutParentInput | Prisma.CloudFolderCreateWithoutParentInput | Prisma.CloudFolderCreateWithoutParentInput[] | Prisma.CloudFolderUncheckedCreateWithoutParentInput[] | undefined;
connectOrCreate?: Prisma.CloudFolderCreateOrConnectWithoutParentInput | Prisma.CloudFolderCreateOrConnectWithoutParentInput[] | undefined;
createMany?: Prisma.CloudFolderCreateManyParentInputEnvelope | undefined;
connect?: Prisma.CloudFolderWhereUniqueInput | Prisma.CloudFolderWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=CloudFolderUncheckedCreateNestedManyWithoutParentInput.schema.d.ts.map