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

4 lines
470 B
TypeScript

import * as z from 'zod';
export declare const PatientScalarFieldEnumSchema: z.ZodEnum<["id", "firstName", "lastName", "dateOfBirth", "gender", "phone", "email", "address", "city", "zipCode", "insuranceProvider", "insuranceId", "groupNumber", "policyHolder", "allergies", "medicalConditions", "status", "userId", "createdAt"]>;
export type PatientScalarFieldEnum = z.infer<typeof PatientScalarFieldEnumSchema>;
//# sourceMappingURL=PatientScalarFieldEnum.schema.d.ts.map