initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user