mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 09:13:52 +01:00
fb1f95c26e
See PR #271 description
959 B
959 B
NSEnums type
Signature:
export type NSEnums = {
CityName: typeof CityName;
CrimeType: typeof CrimeType;
FactionWorkType: typeof FactionWorkType;
GymType: typeof GymType;
JobName: typeof JobName;
LocationName: typeof LocationName;
ToastVariant: typeof ToastVariant;
UniversityClassType: typeof UniversityClassType;
};
References: CityName, CrimeType, FactionWorkType, GymType, JobName, LocationName, ToastVariant, UniversityClassType