Interface SpecialNamePath<Type>
interface SpecialNamePath<Type> {
meta: {
quote: QuoteStyle;
};
specialType: Type;
type: "JsdocTypeSpecialNamePath";
value: string;
}
meta: {
quote: QuoteStyle;
};
specialType: Type;
type: "JsdocTypeSpecialNamePath";
value: string;
}
Type Parameters
- Type extends SpecialNamePathType = SpecialNamePathType
A module type. Often this is a
left
type of NamePathResult.