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

14 lines
820 B
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const CloudFileChunkUpdateManySchema: z.ZodType<Prisma.CloudFileChunkUpdateManyArgs>;
export declare const CloudFileChunkUpdateManyZodSchema: z.ZodObject<{
data: z.ZodType<Prisma.CloudFileChunkUpdateManyMutationInput, z.ZodTypeDef, Prisma.CloudFileChunkUpdateManyMutationInput>;
where: z.ZodOptional<z.ZodType<Prisma.CloudFileChunkWhereInput, z.ZodTypeDef, Prisma.CloudFileChunkWhereInput>>;
}, "strict", z.ZodTypeAny, {
data: Prisma.CloudFileChunkUpdateManyMutationInput;
where?: Prisma.CloudFileChunkWhereInput | undefined;
}, {
data: Prisma.CloudFileChunkUpdateManyMutationInput;
where?: Prisma.CloudFileChunkWhereInput | undefined;
}>;
//# sourceMappingURL=updateManyCloudFileChunk.schema.d.ts.map