mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
MISC: Change how enums are exposed in NetscriptDefinitions.d.ts (#1998)
This commit is contained in:
18
markdown/bitburner.bladeburneractionenumtype.md
Normal file
18
markdown/bitburner.bladeburneractionenumtype.md
Normal file
@@ -0,0 +1,18 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [BladeburnerActionEnumType](./bitburner.bladeburneractionenumtype.md)
|
||||
|
||||
## BladeburnerActionEnumType type
|
||||
|
||||
Action types of Bladeburner
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
type BladeburnerActionEnumType = {
|
||||
General: "General";
|
||||
Contract: "Contracts";
|
||||
Operation: "Operations";
|
||||
BlackOp: "Black Operations";
|
||||
};
|
||||
```
|
||||
Reference in New Issue
Block a user