initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user