Interface UnknownResult

    The unknown type, represented by ? (unknown is parsed as a name).

    interface UnknownResult {
        type: "JsdocTypeUnknown";
    }

    Properties

    Properties

    type