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

PostCommentForComparedCommitOutput

import type { PostCommentForComparedCommitOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codecommit.ts";
interface PostCommentForComparedCommitOutput {
afterBlobId?: string | null;
afterCommitId?: string | null;
beforeBlobId?: string | null;
beforeCommitId?: string | null;
comment?: Comment | null;
location?: Location | null;
repositoryName?: string | null;
}

§Properties

§
afterBlobId?: string | null
[src]
§
afterCommitId?: string | null
[src]
§
beforeBlobId?: string | null
[src]
§
beforeCommitId?: string | null
[src]
§
comment?: Comment | null
[src]
§
location?: Location | null
[src]
§
repositoryName?: string | null
[src]