This commit is contained in:
Olivier Gagnon
2022-07-15 01:58:00 -04:00
parent 4bee746576
commit 1d4d86719e
2 changed files with 5 additions and 9 deletions

View File

@@ -825,13 +825,7 @@ export interface GangOtherInfoObject {
* @public
*/
export interface GangOtherInfo {
"Slum Snakes": GangOtherInfoObject;
Tetrads: GangOtherInfoObject;
"The Syndicate": GangOtherInfoObject;
"The Dark Army": GangOtherInfoObject;
"Speakers for the Dead": GangOtherInfoObject;
NiteSec: GangOtherInfoObject;
"The Black Hand": GangOtherInfoObject;
[key: string]: GangOtherInfoObject;
}
/**