Interface IJsDocTagInfo

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

Properties

Properties

name: string
text?: IText[]