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