Initial config contract sent to extensions creating tabs on the pull request page

interface PullRequestTabExtensionConfig {
    pullRequestId?: number;
    repositoryId?: string;
}

Properties

pullRequestId?: number
repositoryId?: string