mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
19 lines
740 B
Markdown
19 lines
740 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [BladeburnerActionName](./bitburner.bladeburneractionname.md)
|
||
|
|
||
|
## BladeburnerActionName type
|
||
|
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
export type BladeburnerActionName =
|
||
|
| BladeburnerGeneralActionName
|
||
|
| BladeburnerContractName
|
||
|
| BladeburnerOperationName
|
||
|
| BladeburnerBlackOpName;
|
||
|
```
|
||
|
**References:** [BladeburnerGeneralActionName](./bitburner.bladeburnergeneralactionname.md)<!-- -->, [BladeburnerContractName](./bitburner.bladeburnercontractname.md)<!-- -->, [BladeburnerOperationName](./bitburner.bladeburneroperationname.md)<!-- -->, [BladeburnerBlackOpName](./bitburner.bladeburnerblackopname.md)
|
||
|
|