mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-12 18:53:55 +01:00
17 lines
461 B
Markdown
17 lines
461 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [GangOtherInfo](./bitburner.gangotherinfo.md)
|
||
|
|
||
|
## GangOtherInfo type
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
type GangOtherInfo = {
|
||
|
/** Stock Symbol */
|
||
|
[key in GangName]: GangOtherInfoObject[];
|
||
|
};
|
||
|
```
|
||
|
<b>References:</b> [GangName](./bitburner.gangname.md)<!-- -->, [GangOtherInfoObject](./bitburner.gangotherinfoobject.md)
|
||
|
|