mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
MISC: Change how enums are exposed in NetscriptDefinitions.d.ts (#1998)
This commit is contained in:
@@ -9,7 +9,7 @@ Get the type of a coding contract.
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
getContractType(filename: string, host?: string): `${CodingContractName}`;
|
||||
getContractType(filename: string, host?: string): CodingContractName;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
@@ -21,7 +21,7 @@ getContractType(filename: string, host?: string): `${CodingContractName}`;
|
||||
|
||||
**Returns:**
|
||||
|
||||
\`${[CodingContractName](./bitburner.codingcontractname.md)<!-- -->}\`
|
||||
[CodingContractName](./bitburner.codingcontractname.md)
|
||||
|
||||
Name describing the type of problem posed by the Coding Contract.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user