Type Alias Measurement

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

The information about a single size table measurement

Type declaration

  • Optionaltype_label?: string

    Measurement type

  • Optionalunit?: 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