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