Diff for a single file

interface BitbucketDiffEntry {
    destination?: BitbucketChangePath;
    hunks: BitbucketDiffHunk[];
    source?: BitbucketChangePath;
    truncated: boolean;
}

Properties

destination?: BitbucketChangePath
truncated: boolean