interface TroubleshootingPageProps {
    children?: ReactNode;
    key?: Key;
    params: { subtab?: string; tab?: string };
    ref?: LegacyRef<TroubleshootingPageProps>;
}

Hierarchy

Properties

children?: ReactNode
key?: Key
params: { subtab?: string; tab?: string }
ref?: LegacyRef<TroubleshootingPageProps>