diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 9d1ab2370..05c9f6dca 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -1,3 +1,8 @@ +/** + * @public + */ +type _ValueOf = T[keyof T]; + /** All netscript definitions */ /** @public */ interface HP { @@ -8437,10 +8442,11 @@ type CorpIndustryName = /** @public */ type CorpSmartSupplyOption = "leftovers" | "imports" | "none"; -type _ValueOf = T[keyof T]; - -/** Names of all cities - * @public */ +/** + * Names of all cities + * + * @public + */ type CityNameEnumType = { Aevum: "Aevum"; Chongqing: "Chongqing"; @@ -8450,6 +8456,7 @@ type CityNameEnumType = { Volhaven: "Volhaven"; }; +/** @public */ type CityName = _ValueOf; /** Names of all locations