UnitDesignatorAbbreviationRecord
const UnitDesignatorAbbreviationRecord: object;
A record mapping unit prefixes to their abbreviations.
Type declaration
readonly #: "#" = "#";
APARTMENT
readonly APARTMENT: "APT" = "APT";
BUILDING
readonly BUILDING: "BLDG" = "BLDG";
DEPARTMENT
readonly DEPARTMENT: "DEPT" = "DEPT";
FLOOR
readonly FLOOR: "FL" = "FL";
ROOM
readonly ROOM: "RM" = "RM";
SUITE
readonly SUITE: "STE" = "STE";
UNIT
readonly UNIT: "UNIT" = "UNIT";