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 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
|
||||
Reference in New Issue
Block a user