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