interface IJsDocTagInfo {
    name: string;
    text?: IJsDocTagInfo.IText[];
}

Properties

Properties

name: string