Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/CloudFileChunkCreateNestedManyWithoutFileInput.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 CloudFileChunkCreateNestedManyWithoutFileInputObjectSchema: z.ZodType<Prisma.CloudFileChunkCreateNestedManyWithoutFileInput>;
export declare const CloudFileChunkCreateNestedManyWithoutFileInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkCreateWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkCreateWithoutFileInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkCreateWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkCreateWithoutFileInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.CloudFileChunkUncheckedCreateWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkUncheckedCreateWithoutFileInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkUncheckedCreateWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkUncheckedCreateWithoutFileInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkCreateOrConnectWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkCreateOrConnectWithoutFileInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkCreateOrConnectWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkCreateOrConnectWithoutFileInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkCreateManyFileInputEnvelope, z.ZodTypeDef, Prisma.CloudFileChunkCreateManyFileInputEnvelope>>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.CloudFileChunkWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereUniqueInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.CloudFileChunkCreateWithoutFileInput | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput | Prisma.CloudFileChunkCreateWithoutFileInput[] | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput[] | undefined;
connectOrCreate?: Prisma.CloudFileChunkCreateOrConnectWithoutFileInput | Prisma.CloudFileChunkCreateOrConnectWithoutFileInput[] | undefined;
createMany?: Prisma.CloudFileChunkCreateManyFileInputEnvelope | undefined;
connect?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined;
}, {
create?: Prisma.CloudFileChunkCreateWithoutFileInput | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput | Prisma.CloudFileChunkCreateWithoutFileInput[] | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput[] | undefined;
connectOrCreate?: Prisma.CloudFileChunkCreateOrConnectWithoutFileInput | Prisma.CloudFileChunkCreateOrConnectWithoutFileInput[] | undefined;
createMany?: Prisma.CloudFileChunkCreateManyFileInputEnvelope | undefined;
connect?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined;
}>;
//# sourceMappingURL=CloudFileChunkCreateNestedManyWithoutFileInput.schema.d.ts.map