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

PullRequestStatusChangedEventMetadata

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

Information about a change to the status of a pull request.

interface PullRequestStatusChangedEventMetadata {
pullRequestStatus?: PullRequestStatusEnum | null;
}

§Properties

§
pullRequestStatus?: PullRequestStatusEnum | null
[src]

The changed status of the pull request.