mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
API: Add types for parameters of gym-university-bladeburner API (Fix merging error) (#1596)
* API: Add types for parameters of gym-university-bladeburner API * Fix merging error
This commit is contained in:
@@ -9,11 +9,11 @@ List all operations.
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
getOperationNames(): string[];
|
||||
getOperationNames(): BladeburnerOperationName[];
|
||||
```
|
||||
**Returns:**
|
||||
|
||||
string\[\]
|
||||
[BladeburnerOperationName](./bitburner.bladeburneroperationname.md)<!-- -->\[\]
|
||||
|
||||
Array of strings containing the names of all Bladeburner operations.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user