interface SipFlags { /** * */ voipFeatureEnabled?: boolean; /** * */ voipCountryBlocked?: boolean; /** * */ outboundCallsEnabled?: boolean; } export default SipFlags;