node-zugferd
Version:
A Node.js library for creating ZUGFeRD/Factur-X compliant documents. Generating XML and embedding it into PDF/A files, enabling seamless e-invoicing and digital document compliance.
1,729 lines • 477 kB
TypeScript
/**
* Automatically generated by {@link Script} on Mon, 04 Aug 2025 12:40:40 GMT
*
* @see {@link https://github.com/jslno/node-zugferd/blob/main/packages/node-zugferd/scripts/codelists/unit/output.xml|Source}
*/
type UnitDefinition = {
key: string;
name: string;
value: string;
change?: string | undefined;
source: string;
};
type UnitCode = (typeof UNIT)[number]["value"];
declare const PUBLISHED: "Rec20r20+Rec21r20";
/**
* Automatically generated by {@link Script} on Mon, 04 Aug 2025 12:40:40 GMT
*
* @see {@link https://github.com/jslno/node-zugferd/blob/main/packages/node-zugferd/scripts/codelists/unit/output.xml|Source}
*/
declare const UNIT: [{
readonly key: "GROUP";
readonly name: "group";
readonly value: "10";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "OUTFIT";
readonly name: "outfit";
readonly value: "11";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "RATION";
readonly name: "ration";
readonly value: "13";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "SHOT";
readonly name: "shot";
readonly value: "14";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "STICK_MILITARY";
readonly name: "stick, military";
readonly value: "15";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "TWENTY_FOOT_CONTAINER";
readonly name: "twenty foot container";
readonly value: "20";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "FORTY_FOOT_CONTAINER";
readonly name: "forty foot container";
readonly value: "21";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "DECILITRE_PER_GRAM";
readonly name: "decilitre per gram";
readonly value: "22";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GRAM_PER_CUBIC_CENTIMETRE";
readonly name: "gram per cubic centimetre";
readonly value: "23";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "THEORETICAL_POUND";
readonly name: "theoretical pound";
readonly value: "24";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GRAM_PER_SQUARE_CENTIMETRE";
readonly name: "gram per square centimetre";
readonly value: "25";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "THEORETICAL_TON";
readonly name: "theoretical ton";
readonly value: "27";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOGRAM_PER_SQUARE_METRE";
readonly name: "kilogram per square metre";
readonly value: "28";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOPASCAL_SQUARE_METRE_PER_GRAM";
readonly name: "kilopascal square metre per gram";
readonly value: "33";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOPASCAL_PER_MILLIMETRE";
readonly name: "kilopascal per millimetre";
readonly value: "34";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLILITRE_PER_SQUARE_CENTIMETRE_SECOND";
readonly name: "millilitre per square centimetre second";
readonly value: "35";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "OUNCE_PER_SQUARE_FOOT";
readonly name: "ounce per square foot";
readonly value: "37";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "OUNCE_PER_SQUARE_FOOT_PER_001INCH";
readonly name: "ounce per square foot per 0,01inch";
readonly value: "38";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLILITRE_PER_SECOND";
readonly name: "millilitre per second";
readonly value: "40";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLILITRE_PER_MINUTE";
readonly name: "millilitre per minute";
readonly value: "41";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "SITAS";
readonly name: "sitas";
readonly value: "56";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MESH";
readonly name: "mesh";
readonly value: "57";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "NET_KILOGRAM";
readonly name: "net kilogram";
readonly value: "58";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "PART_PER_MILLION";
readonly name: "part per million";
readonly value: "59";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "PERCENT_WEIGHT";
readonly name: "percent weight";
readonly value: "60";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "PART_PER_BILLION_US";
readonly name: "part per billion (US)";
readonly value: "61";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLIPASCAL";
readonly name: "millipascal";
readonly value: "74";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLI_INCH";
readonly name: "milli-inch";
readonly value: "77";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "POUND_PER_SQUARE_INCH_ABSOLUTE";
readonly name: "pound per square inch absolute";
readonly value: "80";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "HENRY";
readonly name: "henry";
readonly value: "81";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "FOOT_POUND_FORCE";
readonly name: "foot pound-force";
readonly value: "85";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "POUND_PER_CUBIC_FOOT";
readonly name: "pound per cubic foot";
readonly value: "87";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "POISE";
readonly name: "poise";
readonly value: "89";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "STOKES";
readonly name: "stokes";
readonly value: "91";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "FIXED_RATE";
readonly name: "fixed rate";
readonly value: "1I";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "RADIAN_PER_SECOND";
readonly name: "radian per second";
readonly value: "2A";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "RADIAN_PER_SECOND_SQUARED";
readonly name: "radian per second squared";
readonly value: "2B";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ROENTGEN";
readonly name: "roentgen";
readonly value: "2C";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "VOLT_AC";
readonly name: "volt AC";
readonly value: "2G";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "VOLT_DC";
readonly name: "volt DC";
readonly value: "2H";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_HOUR";
readonly name: "British thermal unit (international table) per hour";
readonly value: "2I";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CUBIC_CENTIMETRE_PER_SECOND";
readonly name: "cubic centimetre per second";
readonly value: "2J";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CUBIC_FOOT_PER_HOUR";
readonly name: "cubic foot per hour";
readonly value: "2K";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CUBIC_FOOT_PER_MINUTE";
readonly name: "cubic foot per minute";
readonly value: "2L";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CENTIMETRE_PER_SECOND";
readonly name: "centimetre per second";
readonly value: "2M";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "DECIBEL";
readonly name: "decibel";
readonly value: "2N";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOBYTE";
readonly name: "kilobyte";
readonly value: "2P";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOBECQUEREL";
readonly name: "kilobecquerel";
readonly value: "2Q";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOCURIE";
readonly name: "kilocurie";
readonly value: "2R";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGAGRAM";
readonly name: "megagram";
readonly value: "2U";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "METRE_PER_MINUTE";
readonly name: "metre per minute";
readonly value: "2X";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLIROENTGEN";
readonly name: "milliroentgen";
readonly value: "2Y";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLIVOLT";
readonly name: "millivolt";
readonly value: "2Z";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGAJOULE";
readonly name: "megajoule";
readonly value: "3B";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MANMONTH";
readonly name: "manmonth";
readonly value: "3C";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CENTISTOKES";
readonly name: "centistokes";
readonly value: "4C";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROLITRE";
readonly name: "microlitre";
readonly value: "4G";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROMETRE_MICRON";
readonly name: "micrometre (micron)";
readonly value: "4H";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLIAMPERE";
readonly name: "milliampere";
readonly value: "4K";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGABYTE";
readonly name: "megabyte";
readonly value: "4L";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLIGRAM_PER_HOUR";
readonly name: "milligram per hour";
readonly value: "4M";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGABECQUEREL";
readonly name: "megabecquerel";
readonly value: "4N";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROFARAD";
readonly name: "microfarad";
readonly value: "4O";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "NEWTON_PER_METRE";
readonly name: "newton per metre";
readonly value: "4P";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "OUNCE_INCH";
readonly name: "ounce inch";
readonly value: "4Q";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "OUNCE_FOOT";
readonly name: "ounce foot";
readonly value: "4R";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "PICOFARAD";
readonly name: "picofarad";
readonly value: "4T";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "POUND_PER_HOUR";
readonly name: "pound per hour";
readonly value: "4U";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "TON_US_PER_HOUR";
readonly name: "ton (US) per hour";
readonly value: "4W";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOLITRE_PER_HOUR";
readonly name: "kilolitre per hour";
readonly value: "4X";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BARREL_US_PER_MINUTE";
readonly name: "barrel (US) per minute";
readonly value: "5A";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BATCH";
readonly name: "batch";
readonly value: "5B";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MMSCFDAY";
readonly name: "MMSCF/day";
readonly value: "5E";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "HYDRAULIC_HORSE_POWER";
readonly name: "hydraulic horse power";
readonly value: "5J";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "AMPERE_SQUARE_METRE_PER_JOULE_SECOND";
readonly name: "ampere square metre per joule second";
readonly value: "A10";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ANGSTROM";
readonly name: "angstrom";
readonly value: "A11";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ASTRONOMICAL_UNIT";
readonly name: "astronomical unit";
readonly value: "A12";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ATTOJOULE";
readonly name: "attojoule";
readonly value: "A13";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BARN";
readonly name: "barn";
readonly value: "A14";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BARN_PER_ELECTRONVOLT";
readonly name: "barn per electronvolt";
readonly value: "A15";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BARN_PER_STERADIAN_ELECTRONVOLT";
readonly name: "barn per steradian electronvolt";
readonly value: "A16";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BARN_PER_STERADIAN";
readonly name: "barn per steradian";
readonly value: "A17";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BECQUEREL_PER_KILOGRAM";
readonly name: "becquerel per kilogram";
readonly value: "A18";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BECQUEREL_PER_CUBIC_METRE";
readonly name: "becquerel per cubic metre";
readonly value: "A19";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "AMPERE_PER_CENTIMETRE";
readonly name: "ampere per centimetre";
readonly value: "A2";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_SECOND_SQUARE_FOOT_DEGREE_RANKINE";
readonly name: "British thermal unit (international table) per second square foot degree Rankine";
readonly value: "A20";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_POUND_DEGREE_RANKINE";
readonly name: "British thermal unit (international table) per pound degree Rankine";
readonly value: "A21";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_SECOND_FOOT_DEGREE_RANKINE";
readonly name: "British thermal unit (international table) per second foot degree Rankine";
readonly value: "A22";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_HOUR_SQUARE_FOOT_DEGREE_RANKINE";
readonly name: "British thermal unit (international table) per hour square foot degree Rankine";
readonly value: "A23";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CANDELA_PER_SQUARE_METRE";
readonly name: "candela per square metre";
readonly value: "A24";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "COULOMB_METRE";
readonly name: "coulomb metre";
readonly value: "A26";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "COULOMB_METRE_SQUARED_PER_VOLT";
readonly name: "coulomb metre squared per volt";
readonly value: "A27";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "COULOMB_PER_CUBIC_CENTIMETRE";
readonly name: "coulomb per cubic centimetre";
readonly value: "A28";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "COULOMB_PER_CUBIC_METRE";
readonly name: "coulomb per cubic metre";
readonly value: "A29";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "AMPERE_PER_MILLIMETRE";
readonly name: "ampere per millimetre";
readonly value: "A3";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "COULOMB_PER_CUBIC_MILLIMETRE";
readonly name: "coulomb per cubic millimetre";
readonly value: "A30";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "COULOMB_PER_KILOGRAM_SECOND";
readonly name: "coulomb per kilogram second";
readonly value: "A31";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "COULOMB_PER_MOLE";
readonly name: "coulomb per mole";
readonly value: "A32";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "COULOMB_PER_SQUARE_CENTIMETRE";
readonly name: "coulomb per square centimetre";
readonly value: "A33";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "COULOMB_PER_SQUARE_METRE";
readonly name: "coulomb per square metre";
readonly value: "A34";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "COULOMB_PER_SQUARE_MILLIMETRE";
readonly name: "coulomb per square millimetre";
readonly value: "A35";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CUBIC_CENTIMETRE_PER_MOLE";
readonly name: "cubic centimetre per mole";
readonly value: "A36";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CUBIC_DECIMETRE_PER_MOLE";
readonly name: "cubic decimetre per mole";
readonly value: "A37";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CUBIC_METRE_PER_COULOMB";
readonly name: "cubic metre per coulomb";
readonly value: "A38";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CUBIC_METRE_PER_KILOGRAM";
readonly name: "cubic metre per kilogram";
readonly value: "A39";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "AMPERE_PER_SQUARE_CENTIMETRE";
readonly name: "ampere per square centimetre";
readonly value: "A4";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CUBIC_METRE_PER_MOLE";
readonly name: "cubic metre per mole";
readonly value: "A40";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "AMPERE_PER_SQUARE_METRE";
readonly name: "ampere per square metre";
readonly value: "A41";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CURIE_PER_KILOGRAM";
readonly name: "curie per kilogram";
readonly value: "A42";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "DEADWEIGHT_TONNAGE";
readonly name: "deadweight tonnage";
readonly value: "A43";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "DECALITRE";
readonly name: "decalitre";
readonly value: "A44";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "DECAMETRE";
readonly name: "decametre";
readonly value: "A45";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "DECITEX";
readonly name: "decitex";
readonly value: "A47";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "DEGREE_RANKINE";
readonly name: "degree Rankine";
readonly value: "A48";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "DENIER";
readonly name: "denier";
readonly value: "A49";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "AMPERE_SQUARE_METRE";
readonly name: "ampere square metre";
readonly value: "A5";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ELECTRONVOLT";
readonly name: "electronvolt";
readonly value: "A53";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ELECTRONVOLT_PER_METRE";
readonly name: "electronvolt per metre";
readonly value: "A54";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ELECTRONVOLT_SQUARE_METRE";
readonly name: "electronvolt square metre";
readonly value: "A55";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ELECTRONVOLT_SQUARE_METRE_PER_KILOGRAM";
readonly name: "electronvolt square metre per kilogram";
readonly value: "A56";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "8_PART_CLOUD_COVER";
readonly name: "8-part cloud cover";
readonly value: "A59";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "AMPERE_PER_SQUARE_METRE_KELVIN_SQUARED";
readonly name: "ampere per square metre kelvin squared";
readonly value: "A6";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "EXAJOULE";
readonly name: "exajoule";
readonly value: "A68";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "FARAD_PER_METRE";
readonly name: "farad per metre";
readonly value: "A69";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "AMPERE_PER_SQUARE_MILLIMETRE";
readonly name: "ampere per square millimetre";
readonly value: "A7";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "FEMTOJOULE";
readonly name: "femtojoule";
readonly value: "A70";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "FEMTOMETRE";
readonly name: "femtometre";
readonly value: "A71";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "FOOT_PER_SECOND_SQUARED";
readonly name: "foot per second squared";
readonly value: "A73";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "FOOT_POUND_FORCE_PER_SECOND";
readonly name: "foot pound-force per second";
readonly value: "A74";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "FREIGHT_TON";
readonly name: "freight ton";
readonly value: "A75";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GAL";
readonly name: "gal";
readonly value: "A76";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "AMPERE_SECOND";
readonly name: "ampere second";
readonly value: "A8";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GIGACOULOMB_PER_CUBIC_METRE";
readonly name: "gigacoulomb per cubic metre";
readonly value: "A84";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GIGAELECTRONVOLT";
readonly name: "gigaelectronvolt";
readonly value: "A85";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GIGAHERTZ";
readonly name: "gigahertz";
readonly value: "A86";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GIGAOHM";
readonly name: "gigaohm";
readonly value: "A87";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GIGAOHM_METRE";
readonly name: "gigaohm metre";
readonly value: "A88";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GIGAPASCAL";
readonly name: "gigapascal";
readonly value: "A89";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "RATE";
readonly name: "rate";
readonly value: "A9";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GIGAWATT";
readonly name: "gigawatt";
readonly value: "A90";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GON";
readonly name: "gon";
readonly value: "A91";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GRAM_PER_CUBIC_METRE";
readonly name: "gram per cubic metre";
readonly value: "A93";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GRAM_PER_MOLE";
readonly name: "gram per mole";
readonly value: "A94";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GRAY";
readonly name: "gray";
readonly value: "A95";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GRAY_PER_SECOND";
readonly name: "gray per second";
readonly value: "A96";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "HECTOPASCAL";
readonly name: "hectopascal";
readonly value: "A97";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "HENRY_PER_METRE";
readonly name: "henry per metre";
readonly value: "A98";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BIT";
readonly name: "bit";
readonly value: "A99";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BALL";
readonly name: "ball";
readonly value: "AA";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BULK_PACK";
readonly name: "bulk pack";
readonly value: "AB";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ACRE";
readonly name: "acre";
readonly value: "ACR";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ACTIVITY";
readonly name: "activity";
readonly value: "ACT";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BYTE";
readonly name: "byte";
readonly value: "AD";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "AMPERE_PER_METRE";
readonly name: "ampere per metre";
readonly value: "AE";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ADDITIONAL_MINUTE";
readonly name: "additional minute";
readonly value: "AH";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "AVERAGE_MINUTE_PER_CALL";
readonly name: "average minute per call";
readonly value: "AI";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "FATHOM";
readonly name: "fathom";
readonly value: "AK";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ACCESS_LINE";
readonly name: "access line";
readonly value: "AL";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "AMPERE_HOUR";
readonly name: "ampere hour";
readonly value: "AMH";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "AMPERE";
readonly name: "ampere";
readonly value: "AMP";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "YEAR";
readonly name: "year";
readonly value: "ANN";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "TROY_OUNCE_OR_APOTHECARY_OUNCE";
readonly name: "troy ounce or apothecary ounce";
readonly value: "APZ";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ANTI_HEMOPHILIC_FACTOR_AHF_UNIT";
readonly name: "anti-hemophilic factor (AHF) unit";
readonly value: "AQ";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ASSORTMENT";
readonly name: "assortment";
readonly value: "AS";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ALCOHOLIC_STRENGTH_BY_MASS";
readonly name: "alcoholic strength by mass";
readonly value: "ASM";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ALCOHOLIC_STRENGTH_BY_VOLUME";
readonly name: "alcoholic strength by volume";
readonly value: "ASU";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "STANDARD_ATMOSPHERE";
readonly name: "standard atmosphere";
readonly value: "ATM";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "AMERICAN_WIRE_GAUGE";
readonly name: "american wire gauge";
readonly value: "AWG";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "ASSEMBLY";
readonly name: "assembly";
readonly value: "AY";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE_PER_POUND";
readonly name: "British thermal unit (international table) per pound";
readonly value: "AZ";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BARREL_US_PER_DAY";
readonly name: "barrel (US) per day";
readonly value: "B1";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BIT_PER_SECOND";
readonly name: "bit per second";
readonly value: "B10";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "JOULE_PER_KILOGRAM_KELVIN";
readonly name: "joule per kilogram kelvin";
readonly value: "B11";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "JOULE_PER_METRE";
readonly name: "joule per metre";
readonly value: "B12";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "JOULE_PER_SQUARE_METRE";
readonly name: "joule per square metre";
readonly value: "B13";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "JOULE_PER_METRE_TO_THE_FOURTH_POWER";
readonly name: "joule per metre to the fourth power";
readonly value: "B14";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "JOULE_PER_MOLE";
readonly name: "joule per mole";
readonly value: "B15";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "JOULE_PER_MOLE_KELVIN";
readonly name: "joule per mole kelvin";
readonly value: "B16";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CREDIT";
readonly name: "credit";
readonly value: "B17";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "JOULE_SECOND";
readonly name: "joule second";
readonly value: "B18";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "DIGIT";
readonly name: "digit";
readonly value: "B19";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "JOULE_SQUARE_METRE_PER_KILOGRAM";
readonly name: "joule square metre per kilogram";
readonly value: "B20";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KELVIN_PER_WATT";
readonly name: "kelvin per watt";
readonly value: "B21";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOAMPERE";
readonly name: "kiloampere";
readonly value: "B22";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOAMPERE_PER_SQUARE_METRE";
readonly name: "kiloampere per square metre";
readonly value: "B23";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOAMPERE_PER_METRE";
readonly name: "kiloampere per metre";
readonly value: "B24";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOBECQUEREL_PER_KILOGRAM";
readonly name: "kilobecquerel per kilogram";
readonly value: "B25";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOCOULOMB";
readonly name: "kilocoulomb";
readonly value: "B26";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOCOULOMB_PER_CUBIC_METRE";
readonly name: "kilocoulomb per cubic metre";
readonly value: "B27";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOCOULOMB_PER_SQUARE_METRE";
readonly name: "kilocoulomb per square metre";
readonly value: "B28";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOELECTRONVOLT";
readonly name: "kiloelectronvolt";
readonly value: "B29";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BATTING_POUND";
readonly name: "batting pound";
readonly value: "B3";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GIBIBIT";
readonly name: "gibibit";
readonly value: "B30";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOGRAM_METRE_PER_SECOND";
readonly name: "kilogram metre per second";
readonly value: "B31";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOGRAM_METRE_SQUARED";
readonly name: "kilogram metre squared";
readonly value: "B32";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOGRAM_METRE_SQUARED_PER_SECOND";
readonly name: "kilogram metre squared per second";
readonly value: "B33";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOGRAM_PER_CUBIC_DECIMETRE";
readonly name: "kilogram per cubic decimetre";
readonly value: "B34";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOGRAM_PER_LITRE";
readonly name: "kilogram per litre";
readonly value: "B35";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BARREL_IMPERIAL";
readonly name: "barrel, imperial";
readonly value: "B4";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOJOULE_PER_KELVIN";
readonly name: "kilojoule per kelvin";
readonly value: "B41";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOJOULE_PER_KILOGRAM";
readonly name: "kilojoule per kilogram";
readonly value: "B42";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOJOULE_PER_KILOGRAM_KELVIN";
readonly name: "kilojoule per kilogram kelvin";
readonly value: "B43";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOJOULE_PER_MOLE";
readonly name: "kilojoule per mole";
readonly value: "B44";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOMOLE";
readonly name: "kilomole";
readonly value: "B45";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOMOLE_PER_CUBIC_METRE";
readonly name: "kilomole per cubic metre";
readonly value: "B46";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILONEWTON";
readonly name: "kilonewton";
readonly value: "B47";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILONEWTON_METRE";
readonly name: "kilonewton metre";
readonly value: "B48";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOOHM";
readonly name: "kiloohm";
readonly value: "B49";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOOHM_METRE";
readonly name: "kiloohm metre";
readonly value: "B50";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOSECOND";
readonly name: "kilosecond";
readonly value: "B52";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOSIEMENS";
readonly name: "kilosiemens";
readonly value: "B53";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOSIEMENS_PER_METRE";
readonly name: "kilosiemens per metre";
readonly value: "B54";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOVOLT_PER_METRE";
readonly name: "kilovolt per metre";
readonly value: "B55";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KILOWEBER_PER_METRE";
readonly name: "kiloweber per metre";
readonly value: "B56";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "LIGHT_YEAR";
readonly name: "light year";
readonly value: "B57";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "LITRE_PER_MOLE";
readonly name: "litre per mole";
readonly value: "B58";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "LUMEN_HOUR";
readonly name: "lumen hour";
readonly value: "B59";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "LUMEN_PER_SQUARE_METRE";
readonly name: "lumen per square metre";
readonly value: "B60";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "LUMEN_PER_WATT";
readonly name: "lumen per watt";
readonly value: "B61";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "LUMEN_SECOND";
readonly name: "lumen second";
readonly value: "B62";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "LUX_HOUR";
readonly name: "lux hour";
readonly value: "B63";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "LUX_SECOND";
readonly name: "lux second";
readonly value: "B64";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGAAMPERE_PER_SQUARE_METRE";
readonly name: "megaampere per square metre";
readonly value: "B66";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGABECQUEREL_PER_KILOGRAM";
readonly name: "megabecquerel per kilogram";
readonly value: "B67";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GIGABIT";
readonly name: "gigabit";
readonly value: "B68";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGACOULOMB_PER_CUBIC_METRE";
readonly name: "megacoulomb per cubic metre";
readonly value: "B69";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CYCLE";
readonly name: "cycle";
readonly value: "B7";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGACOULOMB_PER_SQUARE_METRE";
readonly name: "megacoulomb per square metre";
readonly value: "B70";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGAELECTRONVOLT";
readonly name: "megaelectronvolt";
readonly value: "B71";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGAGRAM_PER_CUBIC_METRE";
readonly name: "megagram per cubic metre";
readonly value: "B72";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGANEWTON";
readonly name: "meganewton";
readonly value: "B73";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGANEWTON_METRE";
readonly name: "meganewton metre";
readonly value: "B74";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGAOHM";
readonly name: "megaohm";
readonly value: "B75";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGAOHM_METRE";
readonly name: "megaohm metre";
readonly value: "B76";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGASIEMENS_PER_METRE";
readonly name: "megasiemens per metre";
readonly value: "B77";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGAVOLT";
readonly name: "megavolt";
readonly value: "B78";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MEGAVOLT_PER_METRE";
readonly name: "megavolt per metre";
readonly value: "B79";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "JOULE_PER_CUBIC_METRE";
readonly name: "joule per cubic metre";
readonly value: "B8";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "GIGABIT_PER_SECOND";
readonly name: "gigabit per second";
readonly value: "B80";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "RECIPROCAL_METRE_SQUARED_RECIPROCAL_SECOND";
readonly name: "reciprocal metre squared reciprocal second";
readonly value: "B81";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "INCH_PER_LINEAR_FOOT";
readonly name: "inch per linear foot";
readonly value: "B82";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "METRE_TO_THE_FOURTH_POWER";
readonly name: "metre to the fourth power";
readonly value: "B83";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROAMPERE";
readonly name: "microampere";
readonly value: "B84";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROBAR";
readonly name: "microbar";
readonly value: "B85";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROCOULOMB";
readonly name: "microcoulomb";
readonly value: "B86";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROCOULOMB_PER_CUBIC_METRE";
readonly name: "microcoulomb per cubic metre";
readonly value: "B87";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROCOULOMB_PER_SQUARE_METRE";
readonly name: "microcoulomb per square metre";
readonly value: "B88";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROFARAD_PER_METRE";
readonly name: "microfarad per metre";
readonly value: "B89";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROHENRY";
readonly name: "microhenry";
readonly value: "B90";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROHENRY_PER_METRE";
readonly name: "microhenry per metre";
readonly value: "B91";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICRONEWTON";
readonly name: "micronewton";
readonly value: "B92";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICRONEWTON_METRE";
readonly name: "micronewton metre";
readonly value: "B93";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROOHM";
readonly name: "microohm";
readonly value: "B94";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROOHM_METRE";
readonly name: "microohm metre";
readonly value: "B95";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROPASCAL";
readonly name: "micropascal";
readonly value: "B96";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICRORADIAN";
readonly name: "microradian";
readonly value: "B97";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROSECOND";
readonly name: "microsecond";
readonly value: "B98";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MICROSIEMENS";
readonly name: "microsiemens";
readonly value: "B99";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BAR_UNIT_OF_PRESSURE";
readonly name: "bar [unit of pressure]";
readonly value: "BAR";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BASE_BOX";
readonly name: "base box";
readonly value: "BB";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BOARD_FOOT";
readonly name: "board foot";
readonly value: "BFT";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BRAKE_HORSE_POWER";
readonly name: "brake horse power";
readonly value: "BHP";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BILLION_EUR";
readonly name: "billion (EUR)";
readonly value: "BIL";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "DRY_BARREL_US";
readonly name: "dry barrel (US)";
readonly value: "BLD";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BARREL_US";
readonly name: "barrel (US)";
readonly value: "BLL";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "HUNDRED_BOARD_FOOT";
readonly name: "hundred board foot";
readonly value: "BP";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BEATS_PER_MINUTE";
readonly name: "beats per minute";
readonly value: "BPM";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BECQUEREL";
readonly name: "becquerel";
readonly value: "BQL";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BRITISH_THERMAL_UNIT_INTERNATIONAL_TABLE";
readonly name: "British thermal unit (international table)";
readonly value: "BTU";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BUSHEL_US";
readonly name: "bushel (US)";
readonly value: "BUA";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "BUSHEL_UK";
readonly name: "bushel (UK)";
readonly value: "BUI";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "CALL";
readonly name: "call";
readonly value: "C0";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLIFARAD";
readonly name: "millifarad";
readonly value: "C10";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLIGAL";
readonly name: "milligal";
readonly value: "C11";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLIGRAM_PER_METRE";
readonly name: "milligram per metre";
readonly value: "C12";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLIGRAY";
readonly name: "milligray";
readonly value: "C13";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLIHENRY";
readonly name: "millihenry";
readonly value: "C14";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLIJOULE";
readonly name: "millijoule";
readonly value: "C15";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLIMETRE_PER_SECOND";
readonly name: "millimetre per second";
readonly value: "C16";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLIMETRE_SQUARED_PER_SECOND";
readonly name: "millimetre squared per second";
readonly value: "C17";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLIMOLE";
readonly name: "millimole";
readonly value: "C18";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MOLE_PER_KILOGRAM";
readonly name: "mole per kilogram";
readonly value: "C19";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLINEWTON";
readonly name: "millinewton";
readonly value: "C20";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "KIBIBIT";
readonly name: "kibibit";
readonly value: "C21";
readonly change: undefined;
readonly source: "rec20";
}, {
readonly key: "MILLINEWTON_PER_METRE";
readonly name: "millinewton per metre";
readonly value: "C22";
readonly change: undefined;
r