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