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

DeleteBranchOutput

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

Represents the output of a delete branch operation.

interface DeleteBranchOutput {
deletedBranch?: BranchInfo | null;
}

§Properties

§
deletedBranch?: BranchInfo | null
[src]

Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.