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