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

ObjectTypes

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

Information about the type of an object in a merge operation.

interface ObjectTypes {
base?: ObjectTypeEnum | null;
destination?: ObjectTypeEnum | null;
source?: ObjectTypeEnum | null;
}

§Properties

§
base?: ObjectTypeEnum | null
[src]

The type of the object in the base commit of the merge.

§
destination?: ObjectTypeEnum | null
[src]

The type of the object in the destination branch.

§
source?: ObjectTypeEnum | null
[src]

The type of the object in the source branch.