5 lines
No EOL
155 B
TypeScript
5 lines
No EOL
155 B
TypeScript
import {UIEventSource} from "../UIEventSource";
|
|
|
|
export default interface FeatureSource {
|
|
features: UIEventSource<{feature: any, freshness: Date}[]>;
|
|
} |