17 lines
1.6 KiB
TypeScript
17 lines
1.6 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const CloudFileUpsertWithoutChunksInputObjectSchema: z.ZodType<Prisma.CloudFileUpsertWithoutChunksInput>;
|
|
export declare const CloudFileUpsertWithoutChunksInputObjectZodSchema: z.ZodObject<{
|
|
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUpdateWithoutChunksInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedUpdateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUncheckedUpdateWithoutChunksInput>>]>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileCreateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileCreateWithoutChunksInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedCreateWithoutChunksInput, z.ZodTypeDef, Prisma.CloudFileUncheckedCreateWithoutChunksInput>>]>;
|
|
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFileWhereInput, z.ZodTypeDef, Prisma.CloudFileWhereInput>>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput;
|
|
update: Prisma.CloudFileUpdateWithoutChunksInput | Prisma.CloudFileUncheckedUpdateWithoutChunksInput;
|
|
where?: Prisma.CloudFileWhereInput | undefined;
|
|
}, {
|
|
create: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput;
|
|
update: Prisma.CloudFileUpdateWithoutChunksInput | Prisma.CloudFileUncheckedUpdateWithoutChunksInput;
|
|
where?: Prisma.CloudFileWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=CloudFileUpsertWithoutChunksInput.schema.d.ts.map
|