4 lines
426 B
TypeScript
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
|