17 lines
1.5 KiB
TypeScript
17 lines
1.5 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const CloudFileCreateNestedOneWithoutChunksInputObjectSchema: z.ZodType<Prisma.CloudFileCreateNestedOneWithoutChunksInput>;
|
|
export declare const CloudFileCreateNestedOneWithoutChunksInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileCreateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileCreateWithoutChunksInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedCreateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUncheckedCreateWithoutChunksInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileCreateOrConnectWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileCreateOrConnectWithoutChunksInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput | undefined;
|
|
connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutChunksInput | undefined;
|
|
connect?: Prisma.CloudFileWhereUniqueInput | undefined;
|
|
}, {
|
|
create?: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput | undefined;
|
|
connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutChunksInput | undefined;
|
|
connect?: Prisma.CloudFileWhereUniqueInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=CloudFileCreateNestedOneWithoutChunksInput.schema.d.ts.map
|