Interface NameResult

    A type name.

    interface NameResult {
        type: "JsdocTypeName";
        value: string;
    }

    Properties

    Properties

    type
    value: string