/** * This file was auto-generated by Fern from our API Definition. */ export interface PhoneNumberAgentInfo { /** The ID of the agent */ agent_id: string; /** The name of the agent */ agent_name: string; }