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

4 lines
426 B
TypeScript

import * as z from 'zod';
export declare const ServiceLineScalarFieldEnumSchema: z.ZodEnum<["id", "claimId", "paymentId", "procedureCode", "procedureDate", "quad", "arch", "toothNumber", "toothSurface", "totalBilled", "totalPaid", "totalAdjusted", "totalDue", "status"]>;
export type ServiceLineScalarFieldEnum = z.infer<typeof ServiceLineScalarFieldEnumSchema>;
//# sourceMappingURL=ServiceLineScalarFieldEnum.schema.d.ts.map