MISC: Change how enums are exposed in NetscriptDefinitions.d.ts (#1998)

This commit is contained in:
catloversg
2025-05-10 16:28:48 +07:00
committed by GitHub
parent 7db15a6bd2
commit 22ee7fca2c
144 changed files with 1628 additions and 1458 deletions

View File

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