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

ReactionValueFormats

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

Information about the values for reactions to a comment. AWS CodeCommit supports a limited set of reactions.

interface ReactionValueFormats {
emoji?: string | null;
shortCode?: string | null;
unicode?: string | null;
}

§Properties

§
emoji?: string | null
[src]

The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.

§
shortCode?: string | null
[src]

The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.

§
unicode?: string | null
[src]

The Unicode codepoint for the reaction.