import * as z from 'zod'; export const PdfFileCreateManyResultSchema = z.object({ count: z.number() });