Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FetchRemoteBranchesResponse

import type { FetchRemoteBranchesResponse } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

FetchRemoteBranches response message.

interface FetchRemoteBranchesResponse {
branches?: string[];
}

§Properties

§
branches?: string[]
[src]

The remote repository's branch names.