TodoItem
type TodoItem = object;Defined in: todo-to-pr-comment-issue/src/index.ts:10
Properties
Section titled “Properties”file: string;Defined in: todo-to-pr-comment-issue/src/index.ts:11
keyword
Section titled “keyword”keyword: string;Defined in: todo-to-pr-comment-issue/src/index.ts:12
lineNumber
Section titled “lineNumber”lineNumber: number;Defined in: todo-to-pr-comment-issue/src/index.ts:13
text: string;Defined in: todo-to-pr-comment-issue/src/index.ts:14