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:
catloversg
2024-08-18 04:08:55 +07:00
committed by GitHub
parent 5b2a4eafcb
commit cacecda72f
67 changed files with 1047 additions and 471 deletions

View File

@@ -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.