import * as z from 'zod'; export const PdfGroupScalarFieldEnumSchema = z.enum(['id', 'title', 'titleKey', 'createdAt', 'patientId']) export type PdfGroupScalarFieldEnum = z.infer;