14 lines
1.2 KiB
TypeScript
14 lines
1.2 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const CloudFileChunkUpdateWithWhereUniqueWithoutFileInputObjectSchema: z.ZodType<Prisma.CloudFileChunkUpdateWithWhereUniqueWithoutFileInput>;
|
|
export declare const CloudFileChunkUpdateWithWhereUniqueWithoutFileInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.CloudFileChunkWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereUniqueInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileChunkUpdateWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkUpdateWithoutFileInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileChunkUncheckedUpdateWithoutFileInput, z.ZodTypeDef, Prisma.CloudFileChunkUncheckedUpdateWithoutFileInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.CloudFileChunkWhereUniqueInput;
|
|
data: Prisma.CloudFileChunkUpdateWithoutFileInput | Prisma.CloudFileChunkUncheckedUpdateWithoutFileInput;
|
|
}, {
|
|
where: Prisma.CloudFileChunkWhereUniqueInput;
|
|
data: Prisma.CloudFileChunkUpdateWithoutFileInput | Prisma.CloudFileChunkUncheckedUpdateWithoutFileInput;
|
|
}>;
|
|
//# sourceMappingURL=CloudFileChunkUpdateWithWhereUniqueWithoutFileInput.schema.d.ts.map
|