DOCUMENTATION: Specify param type of many Corporation APIs (#2190)

This commit is contained in:
catloversg
2025-06-21 02:06:37 +07:00
committed by GitHub
parent bebee7b1ef
commit 00e2169c92
20 changed files with 67 additions and 57 deletions

View File

@@ -14,7 +14,7 @@ exportMaterial(
sourceCity: CityName,
targetDivision: string,
targetCity: CityName,
materialName: string,
materialName: CorpMaterialName,
amt: number | string,
): void;
```
@@ -27,7 +27,7 @@ exportMaterial(
| sourceCity | [CityName](./bitburner.cityname.md) | Source city |
| targetDivision | string | Target division |
| targetCity | [CityName](./bitburner.cityname.md) | Target city |
| materialName | string | Name of the material |
| materialName | [CorpMaterialName](./bitburner.corpmaterialname.md) | Name of the material |
| amt | number \| string | Amount of material to export. |
**Returns:**