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

PullRequestTarget

import type { PullRequestTarget } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codecommit.ts";
interface PullRequestTarget {
destinationCommit?: string | null;
destinationReference?: string | null;
mergeBase?: string | null;
mergeMetadata?: MergeMetadata | null;
repositoryName?: string | null;
sourceCommit?: string | null;
sourceReference?: string | null;
}

§Properties

§
destinationCommit?: string | null
[src]
§
destinationReference?: string | null
[src]
§
mergeBase?: string | null
[src]
§
mergeMetadata?: MergeMetadata | null
[src]
§
repositoryName?: string | null
[src]
§
sourceCommit?: string | null
[src]
§
sourceReference?: string | null
[src]