From 5fc85ed46133d81c970735db6b377276e174c664 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 7 Oct 2022 14:44:58 +0100 Subject: [PATCH] Update plugins/github-issues/api-report.md Co-authored-by: Johan Haals Signed-off-by: Paul Signed-off-by: Paul Cowan --- plugins/github-issues/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github-issues/api-report.md b/plugins/github-issues/api-report.md index d319133783..12b0653acc 100644 --- a/plugins/github-issues/api-report.md +++ b/plugins/github-issues/api-report.md @@ -56,7 +56,7 @@ export type GitHubIssuesProps = { }; // @public (undocumented) -export interface IssuesByRepoOptions { +export interface GithubIssuesByRepoOptions { // (undocumented) filterBy?: GithubIssuesFilters; // (undocumented)