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

GetCommentsForPullRequestOutput

import type { GetCommentsForPullRequestOutput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface GetCommentsForPullRequestOutput {
commentsForPullRequestData?: CommentsForPullRequest[] | null;
nextToken?: string | null;
}

§Properties

§
commentsForPullRequestData?: CommentsForPullRequest[] | null
[src]

An array of comment objects on the pull request.

§
nextToken?: string | null
[src]

An enumeration token that can be used in a request to return the next batch of the results.