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