export interface PhoneNumberAgentInfo {
    /** The ID of the agent */
    agentId: string;
    /** The name of the agent */
    agentName: string;
}
