WeightUnitEnum: {
    Gram: "GRAM";
    Kilogram: "KILOGRAM";
    Ounce: "OUNCE";
    Pound: "POUND";
} = ...