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