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

ApprovalStateChangedEventMetadata

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

Returns information about a change in the approval state for a pull request.

interface ApprovalStateChangedEventMetadata {
approvalStatus?: ApprovalState | null;
revisionId?: string | null;
}

§Properties

§
approvalStatus?: ApprovalState | null
[src]

The approval status for the pull request.

§
revisionId?: string | null
[src]

The revision ID of the pull request when the approval state changed.