mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
MISC: Change how enums are exposed in NetscriptDefinitions.d.ts (#1998)
This commit is contained in:
@@ -9,11 +9,11 @@ List all contract types.
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
getContractTypes(): `${CodingContractName}`[];
|
||||
getContractTypes(): CodingContractName[];
|
||||
```
|
||||
**Returns:**
|
||||
|
||||
\`${[CodingContractName](./bitburner.codingcontractname.md)<!-- -->}\`\[\]
|
||||
[CodingContractName](./bitburner.codingcontractname.md)<!-- -->\[\]
|
||||
|
||||
## Remarks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user