A length with units

interface WeightInput {
    measure: number;
    unit: WeightUnit;
    [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