Home
last modified time | relevance | path

Searched refs:CommentRowObject (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/publish-packages/tasks/
H A DcommentOnIssuesTask.ts16 type CommentRowObject = { alias
83 const commentRows: Record<number, CommentRowObject[]> = {};
161 function generateCommentBody(entries: CommentRowObject[], tag: string): string {