WeightUnitEnum The unit used for weight. Example Usage import { WeightUnitEnum } from "shippo/models/components"; let value: WeightUnitEnum = "lb"; Values "g" | "kg" | "lb" | "oz"