<!-- 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


<b>Signature:</b>

```typescript
type GangOtherInfo = {
  /** Stock Symbol */
  [key in GangName]: GangOtherInfoObject[];
};
```
<b>References:</b> [GangName](./bitburner.gangname.md)<!-- -->, [GangOtherInfoObject](./bitburner.gangotherinfoobject.md)