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

  • description: string

    The size table description (HTML)

  • image_description: string

    The description of the measurement image (HTML)

  • image_url: string

    The URL of an image showing the measurements

  • measurements: Measurement[]

    The size table measurements

  • type: SizeTable.type

    Size table type

  • unit: unit

    The unit the size table values are in