mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
DOCUMENTATION: Specify param type of many Corporation APIs (#2190)
This commit is contained in:
@@ -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:**
|
||||
|
||||
Reference in New Issue
Block a user