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