FetchRemoteBranchesResponseCopyimport type { FetchRemoteBranchesResponse } from "https://googleapis.deno.dev/v1/dataform:v1.ts";FetchRemoteBranches response message. interface FetchRemoteBranchesResponse {branches?: string[];}§Properties§branches?: string[][src]The remote repository's branch names.