mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 13:57:05 +02:00
MISC: Change how enums are exposed in NetscriptDefinitions.d.ts (#1998)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [FactionWorkEnumType](./bitburner.factionworkenumtype.md)
|
||||
|
||||
## FactionWorkEnumType type
|
||||
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
type FactionWorkEnumType = {
|
||||
hacking: "hacking";
|
||||
field: "field";
|
||||
security: "security";
|
||||
};
|
||||
```
|
||||
Reference in New Issue
Block a user