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

CommentsForComparedCommit

import type { CommentsForComparedCommit } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codecommit.ts";
interface CommentsForComparedCommit {
afterBlobId?: string | null;
afterCommitId?: string | null;
beforeBlobId?: string | null;
beforeCommitId?: string | null;
comments?: 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]
§
comments?: Comment[] | null
[src]
§
location?: Location | null
[src]
§
repositoryName?: string | null
[src]