Interface TypeOfResult

    A typeof type. The element normally should be a name.

    interface TypeOfResult {
        element: RootResult;
        type: "JsdocTypeTypeof";
    }

    Properties

    Properties

    element: RootResult
    type