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

ReactionForComment

import type { ReactionForComment } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";

Information about the reaction values provided by users on a comment.

interface ReactionForComment {
reaction?: ReactionValueFormats | null;
reactionsFromDeletedUsersCount?: number | null;
reactionUsers?: string[] | null;
}

§Properties

§
reaction?: ReactionValueFormats | null
[src]

The reaction for a specified comment.

§
reactionsFromDeletedUsersCount?: number | null
[src]

A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.

§
reactionUsers?: string[] | null
[src]

The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.