initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
import * as z from 'zod';
|
||||
import type { Prisma } from '../../../generated/prisma';
|
||||
export declare const CloudFileUpdateOneRequiredWithoutChunksNestedInputObjectSchema: z.ZodType<Prisma.CloudFileUpdateOneRequiredWithoutChunksNestedInput>;
|
||||
export declare const CloudFileUpdateOneRequiredWithoutChunksNestedInputObjectZodSchema: 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>>>;
|
||||
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileUpsertWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUpsertWithoutChunksInput>>>;
|
||||
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>>;
|
||||
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateToOneWithWhereWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUpdateToOneWithWhereWithoutChunksInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUpdateWithoutChunksInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedUpdateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUncheckedUpdateWithoutChunksInput>>]>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
create?: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput | undefined;
|
||||
connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutChunksInput | undefined;
|
||||
connect?: Prisma.CloudFileWhereUniqueInput | undefined;
|
||||
update?: Prisma.CloudFileUpdateWithoutChunksInput | Prisma.CloudFileUncheckedUpdateWithoutChunksInput | Prisma.CloudFileUpdateToOneWithWhereWithoutChunksInput | undefined;
|
||||
upsert?: Prisma.CloudFileUpsertWithoutChunksInput | undefined;
|
||||
}, {
|
||||
create?: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput | undefined;
|
||||
connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutChunksInput | undefined;
|
||||
connect?: Prisma.CloudFileWhereUniqueInput | undefined;
|
||||
update?: Prisma.CloudFileUpdateWithoutChunksInput | Prisma.CloudFileUncheckedUpdateWithoutChunksInput | Prisma.CloudFileUpdateToOneWithWhereWithoutChunksInput | undefined;
|
||||
upsert?: Prisma.CloudFileUpsertWithoutChunksInput | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=CloudFileUpdateOneRequiredWithoutChunksNestedInput.schema.d.ts.map
|
||||
Reference in New Issue
Block a user