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

Comment

import type { Comment } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codecommit.ts";
interface Comment {
authorArn?: string | null;
callerReactions?: string[] | null;
clientRequestToken?: string | null;
commentId?: string | null;
content?: string | null;
creationDate?: Date | number | null;
deleted?: boolean | null;
inReplyTo?: string | null;
lastModifiedDate?: Date | number | null;
reactionCounts?: {
[key: string]: number | null | undefined;
}
| null;
}

§Properties

§
authorArn?: string | null
[src]
§
callerReactions?: string[] | null
[src]
§
clientRequestToken?: string | null
[src]
§
commentId?: string | null
[src]
§
content?: string | null
[src]
§
creationDate?: Date | number | null
[src]
§
deleted?: boolean | null
[src]
§
inReplyTo?: string | null
[src]
§
lastModifiedDate?: Date | number | null
[src]
§
reactionCounts?: {
[key: string]: number | null | undefined;
}
| null
[src]