Interface MultilineComment

Type for a 'raw' multiline comment

interface MultilineComment {
    type: "multilineComment";
    value: string[];
}

Properties

Properties

type: "multilineComment"
value: string[]

Generated using TypeDoc