Interface UnitOfMeasure

Unit of measure properties.

interface UnitOfMeasure {
    alternates: string[];
    plural: string;
    short: string;
}

Properties

alternates: string[]

List of all known alternate spellings, abbreviations, etc.

plural: string

Full name of the unit used when quantity is greater than one.

short: string

Abbreviation or short name for the unit.

Generated using TypeDoc