Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/CloudFolderUpdateManyWithWhereWithoutUserInput.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 CloudFolderUpdateManyWithWhereWithoutUserInputObjectSchema: z.ZodType<Prisma.CloudFolderUpdateManyWithWhereWithoutUserInput>;
export declare const CloudFolderUpdateManyWithWhereWithoutUserInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.CloudFolderScalarWhereInput, z.ZodTypeDef, Prisma.CloudFolderScalarWhereInput>>;
data: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CloudFolderUpdateManyMutationInput, z.ZodTypeDef, Prisma.CloudFolderUpdateManyMutationInput>>, z.ZodLazy<z.ZodType<Prisma.CloudFolderUncheckedUpdateManyWithoutUserInput, z.ZodTypeDef, Prisma.CloudFolderUncheckedUpdateManyWithoutUserInput>>]>;
}, "strict", z.ZodTypeAny, {
where: Prisma.CloudFolderScalarWhereInput;
data: Prisma.CloudFolderUpdateManyMutationInput | Prisma.CloudFolderUncheckedUpdateManyWithoutUserInput;
}, {
where: Prisma.CloudFolderScalarWhereInput;
data: Prisma.CloudFolderUpdateManyMutationInput | Prisma.CloudFolderUncheckedUpdateManyWithoutUserInput;
}>;
//# sourceMappingURL=CloudFolderUpdateManyWithWhereWithoutUserInput.schema.d.ts.map