Interface INumericSetEntry

interface INumericSetEntry {
    label: string;
    unit?: string;
    value: number;
}

Properties

Properties

label: string
unit?: string
value: number

Generated using TypeDoc