Update api-report.md

Signed-off-by: Pascal Haakmat <pascalhaakmat@funda.nl>
This commit is contained in:
Pascal Haakmat
2022-09-06 14:41:04 +02:00
parent 059e7818cf
commit 0fbf7c146e
-2
View File
@@ -169,7 +169,6 @@ export type CreateGithubPullRequestClientFactoryInput = {
owner: string;
repo: string;
token?: string;
throttling?: boolean;
};
// @public
@@ -392,7 +391,6 @@ export const createPublishGithubPullRequestAction: ({
token?: string | undefined;
reviewers?: string[] | undefined;
teamReviewers?: string[] | undefined;
throttling?: boolean | undefined;
}>;
// @public