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

9 lines
251 B
TypeScript

import * as z from 'zod';
export declare const PatientCreateManyResultSchema: z.ZodObject<{
count: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
count: number;
}, {
count: number;
}>;
//# sourceMappingURL=PatientCreateManyResult.schema.d.ts.map