17 lines
1.7 KiB
TypeScript
17 lines
1.7 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const CloudFolderUpsertWithWhereUniqueWithoutParentInputObjectSchema: z.ZodType<Prisma.CloudFolderUpsertWithWhereUniqueWithoutParentInput>;
|
|
export declare const CloudFolderUpsertWithWhereUniqueWithoutParentInputObjectZodSchema: z.ZodObject<{
|
|
where: z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>;
|
|
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderUpdateWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderUpdateWithoutParentInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedUpdateWithoutParentInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedUpdateWithoutParentInput>>]>;
|
|
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;
|
|
update: Prisma.CloudFolderUncheckedUpdateWithoutParentInput | Prisma.CloudFolderUpdateWithoutParentInput;
|
|
}, {
|
|
create: Prisma.CloudFolderUncheckedCreateWithoutParentInput | Prisma.CloudFolderCreateWithoutParentInput;
|
|
where: Prisma.CloudFolderWhereUniqueInput;
|
|
update: Prisma.CloudFolderUncheckedUpdateWithoutParentInput | Prisma.CloudFolderUpdateWithoutParentInput;
|
|
}>;
|
|
//# sourceMappingURL=CloudFolderUpsertWithWhereUniqueWithoutParentInput.schema.d.ts.map
|