Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketDiff

    Full diff response returned by commit and pull-request diff endpoints.

    interface BitbucketDiff {
        contextLines: number;
        diffs: BitbucketDiffEntry[];
        truncated: boolean;
    }
    Index

    Properties

    contextLines: number
    truncated: boolean