// Generated Source interface RingOutFromInfo { /** * */ phoneNumber?: string; /** * */ forwardingNumberId?: string; } export default RingOutFromInfo;