interface FederationMainNumberInfo { /** * Main company number of an account in E.164 format */ phoneNumber?: string; /** * Main company number of an account formatted as consistent with the home country of the current extension */ formattedPhoneNumber?: string; } export default FederationMainNumberInfo;