11 lines
509 B
TypeScript
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
|