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

ApprovalResult

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

Represents information about the result of an approval request.

interface ApprovalResult {
summary: string;
}

§Properties

§

The response submitted by a reviewer assigned to an approval action request.

§
summary: string
[src]

The summary of the current status of the approval request.