Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 229 Bytes

weightunitenum.md

File metadata and controls

17 lines (11 loc) · 229 Bytes

WeightUnitEnum

The unit used for weight.

Example Usage

import { WeightUnitEnum } from "shippo/models/components";

let value: WeightUnitEnum = "lb";

Values

"g" | "kg" | "lb" | "oz"