Type Alias PanelInstanceSet

PanelInstanceSet: {
    [name: string]: PanelInstance;
}

A set of key-value pairs with PanelInstance objects and their ids.