Backstage
    Preparing search index...
    interface DocsSolution {
        actions: string[];
        docsLink: string;
        errorType: string;
        rootCauseExplanation: string;
        type: "docs";
    }

    Hierarchy (View Summary)

    Index

    Properties

    actions: string[]
    docsLink: string
    errorType: string
    rootCauseExplanation: string
    type: "docs"