mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
MISC: Change how enums are exposed in NetscriptDefinitions.d.ts (#1998)
This commit is contained in:
20
markdown/bitburner.bladeburneroperationnameenumtype.md
Normal file
20
markdown/bitburner.bladeburneroperationnameenumtype.md
Normal file
@@ -0,0 +1,20 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [BladeburnerOperationNameEnumType](./bitburner.bladeburneroperationnameenumtype.md)
|
||||
|
||||
## BladeburnerOperationNameEnumType type
|
||||
|
||||
Operation names of Bladeburner
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
type BladeburnerOperationNameEnumType = {
|
||||
Investigation: "Investigation";
|
||||
Undercover: "Undercover Operation";
|
||||
Sting: "Sting Operation";
|
||||
Raid: "Raid";
|
||||
StealthRetirement: "Stealth Retirement Operation";
|
||||
Assassination: "Assassination";
|
||||
};
|
||||
```
|
||||
Reference in New Issue
Block a user