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