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

MergeBranchesByFastForwardOutput

import type { MergeBranchesByFastForwardOutput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface MergeBranchesByFastForwardOutput {
commitId?: string | null;
treeId?: string | null;
}

§Properties

§
commitId?: string | null
[src]

The commit ID of the merge in the destination or target branch.

§
treeId?: string | null
[src]

The tree ID of the merge in the destination or target branch.