Interface ImportResult

    An import type. The element is StringValueResult representing the path. Often the left side of an NamePathResult.

    interface ImportResult {
        element: StringValueResult;
        type: "JsdocTypeImport";
    }

    Properties

    Properties

    type