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

EvaluatePullRequestApprovalRulesOutput

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

§Properties

§
evaluation: Evaluation
[src]

The result of the evaluation, including the names of the rules whose conditions have been met (if any), the names of the rules whose conditions have not been met (if any), whether the pull request is in the approved state, and whether the pull request approval rule has been set aside by an override.