Type Alias SizeTable

SizeTable: {
    description?: string;
    image_description?: string;
    image_url?: string;
    measurements: Measurement[];
    type: SizeTable.type;
    unit?: unit;
}

Size table for the Product

Type declaration

  • Optionaldescription?: string

    The size table description (HTML)

  • Optionalimage_description?: string

    The description of the measurement image (HTML)

  • Optionalimage_url?: string

    The URL of an image showing the measurements

  • measurements: Measurement[]

    The size table measurements

  • type: SizeTable.type

    Size table type

  • Optionalunit?: unit

    The unit the size table values are in