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

GetCommentReactionsOutput

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

§Properties

§
nextToken?: string | null
[src]

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

§
reactionsForComment: ReactionForComment[]
[src]

An array of reactions to the specified comment.