14 lines
1.1 KiB
TypeScript
14 lines
1.1 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const CloudFileUpdateWithWhereUniqueWithoutFolderInputObjectSchema: z.ZodType<Prisma.CloudFileUpdateWithWhereUniqueWithoutFolderInput>;
|
|
export declare const CloudFileUpdateWithWhereUniqueWithoutFolderInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.CloudFileWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFileWhereUniqueInput>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFileUpdateWithoutFolderInput, z.ZodTypeDef, Prisma.CloudFileUpdateWithoutFolderInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFileUncheckedUpdateWithoutFolderInput, z.ZodTypeDef, Prisma.CloudFileUncheckedUpdateWithoutFolderInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
where: Prisma.CloudFileWhereUniqueInput;
|
|
data: Prisma.CloudFileUncheckedUpdateWithoutFolderInput | Prisma.CloudFileUpdateWithoutFolderInput;
|
|
}, {
|
|
where: Prisma.CloudFileWhereUniqueInput;
|
|
data: Prisma.CloudFileUncheckedUpdateWithoutFolderInput | Prisma.CloudFileUpdateWithoutFolderInput;
|
|
}>;
|
|
//# sourceMappingURL=CloudFileUpdateWithWhereUniqueWithoutFolderInput.schema.d.ts.map
|