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

ResolvePullRequestCommentsResponse

import type { ResolvePullRequestCommentsResponse } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";

The response to resolve multiple pull request comments.

interface ResolvePullRequestCommentsResponse {
pullRequestComments?: PullRequestComment[];
}

§Properties

§
pullRequestComments?: PullRequestComment[]
[src]

The list of pull request comments resolved.