Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface PullRequestSourceReferenceUpdatedEventMetadata
import { type PullRequestSourceReferenceUpdatedEventMetadata } from "https://deno.land/x/aws_api@v0.1.0/services/codecommit@2015-04-13/mod.ts";

Properties

optional
repositoryName: string | null
optional
beforeCommitId: string | null
optional
afterCommitId: string | null
optional
mergeBase: string | null