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

11 lines
509 B
TypeScript

import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const ClaimDeleteManySchema: z.ZodType<Prisma.ClaimDeleteManyArgs>;
export declare const ClaimDeleteManyZodSchema: z.ZodObject<{
where: z.ZodOptional<z.ZodType<Prisma.ClaimWhereInput, z.ZodTypeDef, Prisma.ClaimWhereInput>>;
}, "strict", z.ZodTypeAny, {
where?: Prisma.ClaimWhereInput | undefined;
}, {
where?: Prisma.ClaimWhereInput | undefined;
}>;
//# sourceMappingURL=deleteManyClaim.schema.d.ts.map