Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketDiffEntry

    Diff for a single file

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

    Properties

    destination?: BitbucketChangePath
    truncated: boolean