function getBranchimport { getBranch } from "https://deno.land/x/fathym_everything_as_code@v0.0.369/src/services/github/octokit/helpers.ts"; getBranch(octokit: Octokit,owner: string,repo: string,branchName: string,): Promise<Branch>Parametersoctokit: Octokitowner: stringrepo: stringbranchName: stringReturnsPromise<Branch>