Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/CloudFolderUpdateWithWhereUniqueWithoutUserInput.schema.d.ts
2026-04-04 22:13:55 -04:00

14 lines
1.1 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CloudFolderUpdateWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.CloudFolderUpdateWithWhereUniqueWithoutUserInput>;
export declare const CloudFolderUpdateWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.CloudFolderWhereUniqueInput, z.ZodTypeDef, Prisma.CloudFolderWhereUniqueInput>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderUpdateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFolderUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedUpdateWithoutUserInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.CloudFolderWhereUniqueInput;
data: Prisma.CloudFolderUncheckedUpdateWithoutUserInput | Prisma.CloudFolderUpdateWithoutUserInput;
}, {
where: Prisma.CloudFolderWhereUniqueInput;
data: Prisma.CloudFolderUncheckedUpdateWithoutUserInput | Prisma.CloudFolderUpdateWithoutUserInput;
}>;
//# sourceMappingURL=CloudFolderUpdateWithWhereUniqueWithoutUserInput.schema.d.ts.map