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

Type declaration

  • ReadonlyGram: "GRAM"
  • ReadonlyKilogram: "KILOGRAM"
  • ReadonlyOunce: "OUNCE"
  • ReadonlyPound: "POUND"
MMNEPVFCICPMFPCPTTAAATR