A length with units

interface LengthInput {
    measure: number;
    unit: LengthUnit;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

Properties

measure: number

The length in the specified units

The unit the measurement was taken in