Searched refs:SourceData (Results 1 – 4 of 4) sorted by relevance
32 sourceData?: SourceData;59 export interface SourceData { interface
19 SourceData,76 const sourceData: SourceData = { id: this.sourceId, name: this.sourceName };
19 import { TableColumn, LogEntry, SourceData } from '../../shared/interfaces';85 sources: Map<string, SourceData> = new Map();
20 SourceData,83 private _sources: Map<string, SourceData> = new Map();