20 lines
3.0 KiB
TypeScript
20 lines
3.0 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const CloudFileChunkUncheckedCreateNestedManyWithoutFileInputObjectSchema: z.ZodType<Prisma.CloudFileChunkUncheckedCreateNestedManyWithoutFileInput>;
|
|
export declare const CloudFileChunkUncheckedCreateNestedManyWithoutFileInputObjectZodSchema: 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=CloudFileChunkUncheckedCreateNestedManyWithoutFileInput.schema.d.ts.map
|