interface TodoComment {
    file: string;
    line: number;
    text: string;
}

Properties

Properties

file: string
line: number
text: string