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 CloudFolderCreateOrConnectWithoutChildrenInputObjectSchema: z.ZodType<Prisma.CloudFolderCreateOrConnectWithoutChildrenInput>;
|
|
export declare const CloudFolderCreateOrConnectWithoutChildrenInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>;
|
|
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderCreateWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderCreateWithoutChildrenInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedCreateWithoutChildrenInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedCreateWithoutChildrenInput>>]>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create: Prisma.CloudFolderCreateWithoutChildrenInput | Prisma.CloudFolderUncheckedCreateWithoutChildrenInput;
|
|
where: Prisma.CloudFolderWhereUniqueInput;
|
|
}, {
|
|
create: Prisma.CloudFolderCreateWithoutChildrenInput | Prisma.CloudFolderUncheckedCreateWithoutChildrenInput;
|
|
where: Prisma.CloudFolderWhereUniqueInput;
|
|
}>;
|
|
//# sourceMappingURL=CloudFolderCreateOrConnectWithoutChildrenInput.schema.d.ts.map
|