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