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 CloudFolderUpdateToOneWithWhereWithoutChildrenInputObjectSchema: z.ZodType<Prisma.CloudFolderUpdateToOneWithWhereWithoutChildrenInput>;
|
|
export declare const CloudFolderUpdateToOneWithWhereWithoutChildrenInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereInput, z.ZodTypeDef, Prisma.CloudFolderWhereInput>>>;
|
|
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderUpdateWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderUpdateWithoutChildrenInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
data: Prisma.CloudFolderUpdateWithoutChildrenInput | Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput;
|
|
where?: Prisma.CloudFolderWhereInput | undefined;
|
|
}, {
|
|
data: Prisma.CloudFolderUpdateWithoutChildrenInput | Prisma.CloudFolderUncheckedUpdateWithoutChildrenInput;
|
|
where?: Prisma.CloudFolderWhereInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=CloudFolderUpdateToOneWithWhereWithoutChildrenInput.schema.d.ts.map
|