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

ListBranchesOutput

import type { ListBranchesOutput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";

Represents the output of a list branches operation.

interface ListBranchesOutput {
branches?: string[] | null;
nextToken?: string | null;
}

§Properties

§
branches?: string[] | null
[src]

The list of branch names.

§
nextToken?: string | null
[src]

An enumeration token that returns the batch of the results.