A custom rigid corrugated box used for packaging

interface BoxDimensions {
    height: LengthInput;
    length: LengthInput;
    width: LengthInput;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

Properties

height: LengthInput

The height of the package

length: LengthInput

The length of the package

The width of the package