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

BranchDiffSourceCodeType

import type { BranchDiffSourceCodeType } from "https://aws-api.deno.dev/v0.4/services/codegurureviewer.ts?docs=full";

A type of SourceCodeType that specifies a code diff between a source and destination branch in an associated repository.

interface BranchDiffSourceCodeType {
DestinationBranchName: string;
SourceBranchName: string;
}

§Properties

§
DestinationBranchName: string
[src]

The destination branch for a diff in an associated repository.

§
SourceBranchName: string
[src]

The source branch for a diff in an associated repository.