initial commit

This commit is contained in:
2026-04-04 22:13:55 -04:00
commit 5d77e207c9
10181 changed files with 522212 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
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