interface ProjectList { [
projectid:
string]
: { builds: BuildMap; orderedBuilds: Build[]; projectid: string; projectname: string; }; } Indexable
[projectid:
string]: { builds: BuildMap; orderedBuilds: Build[]; projectid: string; projectname: string; } orderedBuilds: Build[]
projectid: string
projectname: string
The ProjectList is included in the attachment of the ConnectionData in the DirectorySessionInterfaceSignal.LoginSuccess signal.
It is a map of project id to :
Please refer to the ConnectionData.
See