Review
import type { Review } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
The review summary comment.
interface Review {
actionType?:
| "ACTION_TYPE_UNSPECIFIED"
| "COMMENT"
| "CHANGE_REQUESTED"
| "APPROVED";
body?: string;
readonly effectiveCommitSha?: string;
}