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

GetMergeOptionsOutput

import type { GetMergeOptionsOutput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface GetMergeOptionsOutput {
baseCommitId: string;
destinationCommitId: string;
mergeOptions: MergeOptionTypeEnum[];
sourceCommitId: string;
}

§Properties

§
baseCommitId: string
[src]

The commit ID of the merge base.

§
destinationCommitId: string
[src]

The commit ID of the destination commit specifier that was used in the merge evaluation.

§
mergeOptions: MergeOptionTypeEnum[]
[src]

The merge option or strategy used to merge the code.

§
sourceCommitId: string
[src]

The commit ID of the source commit specifier that was used in the merge evaluation.