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

4 lines
289 B
TypeScript

import * as z from 'zod';
export declare const PdfGroupScalarFieldEnumSchema: z.ZodEnum<["id", "title", "titleKey", "createdAt", "patientId"]>;
export type PdfGroupScalarFieldEnum = z.infer<typeof PdfGroupScalarFieldEnumSchema>;
//# sourceMappingURL=PdfGroupScalarFieldEnum.schema.d.ts.map