Type Alias PanelConfigPair

PanelConfigPair: {
    config: PanelConfig;
    id: string;
}

A single pair of PanelConfig/id values.