first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import { z } from 'zod';
|
||||
|
||||
export const AppointmentScalarFieldEnumSchema = z.enum([
|
||||
'id',
|
||||
'patientId',
|
||||
'userId',
|
||||
'title',
|
||||
'date',
|
||||
'startTime',
|
||||
'endTime',
|
||||
'type',
|
||||
'notes',
|
||||
'status',
|
||||
'createdAt',
|
||||
]);
|
||||
Reference in New Issue
Block a user