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

4 lines
412 B
TypeScript

import * as z from 'zod';
export declare const AppointmentScalarFieldEnumSchema: z.ZodEnum<["id", "patientId", "userId", "staffId", "title", "date", "startTime", "endTime", "type", "notes", "procedureCodeNotes", "status", "createdAt", "eligibilityStatus"]>;
export type AppointmentScalarFieldEnum = z.infer<typeof AppointmentScalarFieldEnumSchema>;
//# sourceMappingURL=AppointmentScalarFieldEnum.schema.d.ts.map