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

GetCommentsForComparedCommitOutput

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

§Properties

§
commentsForComparedCommitData?: CommentsForComparedCommit[] | null
[src]

A list of comment objects on the compared commit.

§
nextToken?: string | null
[src]

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