Type Alias JsdocDescriptionLine
JsdocDescriptionLine : {
delimiter: string;
description: string;
initial: string;
postDelimiter: string;
type: "JsdocDescriptionLine";
}
delimiter: string;
description: string;
initial: string;
postDelimiter: string;
type: "JsdocDescriptionLine";
}