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

MergeOperations

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

Information about the file operation conflicts in a merge operation.

interface MergeOperations {
destination?: ChangeTypeEnum | null;
source?: ChangeTypeEnum | null;
}

§Properties

§
destination?: ChangeTypeEnum | null
[src]

The operation on a file in the destination of a merge or pull request.

§
source?: ChangeTypeEnum | null
[src]

The operation (add, modify, or delete) on a file in the source of a merge or pull request.