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

CreateUnreferencedMergeCommitOutput

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

§Properties

§
commitId?: string | null
[src]

The full commit ID of the commit that contains your merge results.

§
treeId?: string | null
[src]

The full SHA-1 pointer of the tree information for the commit that contains the merge results.