Showing
1 changed file
with
0 additions
and
1 deletions
@@ -93,7 +93,6 @@ interface TimeseriesTableSource { | @@ -93,7 +93,6 @@ interface TimeseriesTableSource { | ||
93 | header: TimeseriesHeader[]; | 93 | header: TimeseriesHeader[]; |
94 | stylesInfo: CellStyleInfo[]; | 94 | stylesInfo: CellStyleInfo[]; |
95 | contentsInfo: CellContentInfo[]; | 95 | contentsInfo: CellContentInfo[]; |
96 | - useDeviceLabel: boolean, | ||
97 | rowDataTemplate: {[key: string]: any}; | 96 | rowDataTemplate: {[key: string]: any}; |
98 | } | 97 | } |
99 | 98 |