The TeamMap is included in the attachment of the ConnectionData in the DirectorySessionInterfaceSignal.LoginSuccess signal.

It is a map of team name to :

  • an internal team id.

Events

interface TeamMap {
    [teamName: string]: string;
}

Indexable

[teamName: string]: string