Update api-report.md

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