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

It is a map of build id to :


Events

interface BuildMap {
    [buildid: string]: Build;
}

Indexable

[buildid: string]: Build