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