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?: {} | null;
}[key: string]: number | null | undefined;