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

11 lines
573 B
TypeScript

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