[Home](./index.md) > [bitburner](./bitburner.md) > [GangName](./bitburner.gangname.md) ## GangName type All factions that can have a gang. Signature: ```typescript type GangName = | "Slum Snakes" | "Tetrads" | "The Syndicate" | "The Dark Army" | "Speakers for the Dead" | "NiteSec" | "The Black Hand"; ```