Type Alias ScriptParams

ScriptParams: Readonly<
    {
        changedFilePaths: ReadonlyArray<string>;
        codeOwners: Readonly<CodeOwners>;
        config: Readonly<PullRequestVirConfig>;
        git: Readonly<SimpleGit>;
        octokit: Readonly<Octokit>;
        pullRequest: Readonly<GithubPullRequest>;
        repo: Readonly<GithubRepo>;
        repoDir: string;
        reviews: Readonly<PullRequestReviews>;
    },
>

Params for each script executed internally and defined externally in the user's config.