Home
last modified time | relevance | path

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

/expo/tools/src/code-review/
H A Dindex.ts230 async function deleteOutdatedReportsAsync(reports: GitHub.IssueComment[]) {
/expo/tools/src/
H A DGitHub.ts351 export type IssueComment = RestEndpointMethodTypes['issues']['getComment']['response']['data']; alias