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

PullRequestSourceReferenceUpdatedEventMetadata

import type { PullRequestSourceReferenceUpdatedEventMetadata } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codecommit.ts";
interface PullRequestSourceReferenceUpdatedEventMetadata {
afterCommitId?: string | null;
beforeCommitId?: string | null;
mergeBase?: string | null;
repositoryName?: string | null;
}

§Properties

§
afterCommitId?: string | null
[src]
§
beforeCommitId?: string | null
[src]
§
mergeBase?: string | null
[src]
§
repositoryName?: string | null
[src]