Type Alias PanelConfigSet

PanelConfigSet: {
    [name: string]: PanelConfig;
}

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