Type alias CustomConsoleComponents

CustomConsoleComponents: {
    primaryTabComponents?: PrimaryTabComponents | null;
    subtabComponents?: SubtabComponents | null;
}

Type declaration