File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * @public
3
+ */
4
+ type _ValueOf < T > = T [ keyof T ] ;
5
+
1
6
/** All netscript definitions */
2
7
/** @public */
3
8
interface HP {
@@ -8437,10 +8442,11 @@ type CorpIndustryName =
8437
8442
/** @public */
8438
8443
type CorpSmartSupplyOption = "leftovers" | "imports" | "none" ;
8439
8444
8440
- type _ValueOf < T > = T [ keyof T ] ;
8441
-
8442
- /** Names of all cities
8443
- * @public */
8445
+ /**
8446
+ * Names of all cities
8447
+ *
8448
+ * @public
8449
+ */
8444
8450
type CityNameEnumType = {
8445
8451
Aevum : "Aevum" ;
8446
8452
Chongqing : "Chongqing" ;
@@ -8450,6 +8456,7 @@ type CityNameEnumType = {
8450
8456
Volhaven : "Volhaven" ;
8451
8457
} ;
8452
8458
8459
+ /** @public */
8453
8460
type CityName = _ValueOf < CityNameEnumType > ;
8454
8461
8455
8462
/** Names of all locations
You can’t perform that action at this time.
0 commit comments