( workspace_id: string, )
| 678 | } |
| 679 | |
| 680 | export async function getGitHubIssues( |
| 681 | workspace_id: string, |
| 682 | ): Promise<GitHubIssuesResponse> { |
| 683 | return invoke("get_github_issues", { workspaceId: workspace_id }); |
| 684 | } |
| 685 | |
| 686 | export async function getGitHubPullRequests( |
| 687 | workspace_id: string, |
no outgoing calls
no test coverage detected