Interface SpecialNamePath<Type>

    A module type. Often this is a left type of NamePathResult.

    interface SpecialNamePath<Type> {
        meta: {
            quote: QuoteStyle;
        };
        specialType: Type;
        type: "JsdocTypeSpecialNamePath";
        value: string;
    }

    Type Parameters

    Properties

    meta: {
        quote: QuoteStyle;
    }
    specialType: Type
    type
    value: string