Type Alias Measurement

Measurement: {
    type_label: string;
    unit: string;
    values: MeasurementValue[];
}

The information about a single size table measurement

Type declaration

  • type_label: string

    Measurement type

  • unit: string

    The measurement unit if it's not defined on the size table level or is different

  • values: MeasurementValue[]

    The measurement values for each size