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