UNPKG

@larva.io/webcomponents

Version:

Fentrica SmartUnits WebComponents package

11 lines (10 loc) 222 B
export interface UtilityValue { abs: number; rel: number; date: string; } export interface UtilityMeterState { webComponentValueType: 'abs' | 'rel'; measuringUnit: string; months: UtilityValue[]; }