initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import * as z from 'zod';
|
||||
|
||||
export const PatientDocumentScalarFieldEnumSchema = z.enum(['id', 'patientId', 'filename', 'originalName', 'mimeType', 'fileSize', 'filePath', 'uploadedAt', 'updatedAt'])
|
||||
|
||||
export type PatientDocumentScalarFieldEnum = z.infer<typeof PatientDocumentScalarFieldEnumSchema>;
|
||||
Reference in New Issue
Block a user