MeasurementUnitEnum: {
    Centimeters: "CENTIMETERS";
    Count: "COUNT";
    CubicCentimeters: "CUBIC_CENTIMETERS";
    CubicFeet: "CUBIC_FEET";
    CubicInches: "CUBIC_INCHES";
    CubicMeters: "CUBIC_METERS";
    Feet: "FEET";
    FluidOunces: "FLUID_OUNCES";
    Gallons: "GALLONS";
    Grams: "GRAMS";
    Inches: "INCHES";
    Kilograms: "KILOGRAMS";
    Liters: "LITERS";
    Meters: "METERS";
    Milligrams: "MILLIGRAMS";
    Millimeters: "MILLIMETERS";
    Ounces: "OUNCES";
    Pints: "PINTS";
    Pounds: "POUNDS";
    Quarts: "QUARTS";
    SquareCentimeters: "SQUARE_CENTIMETERS";
    SquareFeet: "SQUARE_FEET";
    SquareInches: "SQUARE_INCHES";
    SquareMeters: "SQUARE_METERS";
} = ...

Type declaration

  • Readonly Centimeters: "CENTIMETERS"
  • Readonly Count: "COUNT"
  • Readonly CubicCentimeters: "CUBIC_CENTIMETERS"
  • Readonly CubicFeet: "CUBIC_FEET"
  • Readonly CubicInches: "CUBIC_INCHES"
  • Readonly CubicMeters: "CUBIC_METERS"
  • Readonly Feet: "FEET"
  • Readonly FluidOunces: "FLUID_OUNCES"
  • Readonly Gallons: "GALLONS"
  • Readonly Grams: "GRAMS"
  • Readonly Inches: "INCHES"
  • Readonly Kilograms: "KILOGRAMS"
  • Readonly Liters: "LITERS"
  • Readonly Meters: "METERS"
  • Readonly Milligrams: "MILLIGRAMS"
  • Readonly Millimeters: "MILLIMETERS"
  • Readonly Ounces: "OUNCES"
  • Readonly Pints: "PINTS"
  • Readonly Pounds: "POUNDS"
  • Readonly Quarts: "QUARTS"
  • Readonly SquareCentimeters: "SQUARE_CENTIMETERS"
  • Readonly SquareFeet: "SQUARE_FEET"
  • Readonly SquareInches: "SQUARE_INCHES"
  • Readonly SquareMeters: "SQUARE_METERS"