ListPullRequestCommentsResponse
import type { ListPullRequestCommentsResponse } from "https://googleapis.deno.dev/v1/securesourcemanager:v1.ts";
The response to list pull request comments.
interface ListPullRequestCommentsResponse {
nextPageToken?: string;
pullRequestComments?: PullRequestComment[];
}