initial commit
This commit is contained in:
20
packages/db/shared/schemas/objects/CloudFileChunkCreateNestedManyWithoutFileInput.schema.d.ts
vendored
Normal file
20
packages/db/shared/schemas/objects/CloudFileChunkCreateNestedManyWithoutFileInput.schema.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
Reference in New Issue
Block a user