initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import * as z from 'zod';
|
||||
|
||||
export const AppointmentScalarFieldEnumSchema = z.enum(['id', 'patientId', 'userId', 'staffId', 'title', 'date', 'startTime', 'endTime', 'type', 'notes', 'procedureCodeNotes', 'status', 'createdAt', 'eligibilityStatus'])
|
||||
|
||||
export type AppointmentScalarFieldEnum = z.infer<typeof AppointmentScalarFieldEnumSchema>;
|
||||
Reference in New Issue
Block a user