import {UIEventSource} from "../UIEventSource"; export default interface FeatureSource { features : UIEventSource; freshness: UIEventSource; }