import { z } from 'zod' export const dispatchSchema = z.object({ agentId: z.string().uuid(), sipTrunkId: z.string().uuid() })