initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import * as z from 'zod';
|
||||
|
||||
export const PdfGroupScalarFieldEnumSchema = z.enum(['id', 'title', 'titleKey', 'createdAt', 'patientId'])
|
||||
|
||||
export type PdfGroupScalarFieldEnum = z.infer<typeof PdfGroupScalarFieldEnumSchema>;
|
||||
Reference in New Issue
Block a user