<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [GangName](./bitburner.gangname.md)

## GangName type

All factions that can have a gang.

<b>Signature:</b>

```typescript
type GangName =
  | "Slum Snakes"
  | "Tetrads"
  | "The Syndicate"
  | "The Dark Army"
  | "Speakers for the Dead"
  | "NiteSec"
  | "The Black Hand";
```