bitburner-src/markdown/bitburner.gangotherinfo.md

18 lines
462 B
Markdown
Raw Normal View History

2021-10-30 12:34:14 -04:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [GangOtherInfo](./bitburner.gangotherinfo.md)
## GangOtherInfo type
2021-10-30 15:46:34 -04:00
2021-10-30 12:34:14 -04:00
<b>Signature:</b>
```typescript
type GangOtherInfo = {
/** Stock Symbol */
[key in GangName]: GangOtherInfoObject[];
};
```
<b>References:</b> [GangName](./bitburner.gangname.md)<!-- -->, [GangOtherInfoObject](./bitburner.gangotherinfoobject.md)