Interface AnyResult

    The any type, represented by * (any is parsed as a name).

    interface AnyResult {
        type: "JsdocTypeAny";
    }

    Properties

    Properties

    type