Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketDiffStatsSummary

    Aggregated line-change counts for a single file's diff.

    This endpoint's exact response shape is sparsely documented by Atlassian; additions/deletions reflect the commonly observed fields, but treat unknown fields defensively.

    interface BitbucketDiffStatsSummary {
        additions: number;
        deletions: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    additions: number
    deletions: number