export interface UpdateCountryPermissionRequest { /** If the country is enabled or not. When this is enabled regular numbers can be dialed from the account. */ enabled: boolean; }