export interface MeasurementState {
    name: any;
    value: any;
}
