WIP stub for measure details page.

This commit is contained in:
2019-04-19 23:01:17 -05:00
parent 125ffd1017
commit 4c60c30b7d
5 changed files with 64 additions and 1 deletions

4
web/src/models.d.ts vendored
View File

@ -19,7 +19,9 @@ export interface MeasureConfig {
isVisible: boolean;
}
export interface ListMeasureConfig extends MeasureConfig { }
export interface ListMeasureConfig extends MeasureConfig {
showTimestamp: boolean;
}
export interface Measure<C extends MeasureConfig> {
id: string;