Size information for a Bitbucket repository.

interface BitbucketRepositorySize {
    attachments: number;
    repository: number;
}

Properties

attachments: number

Size of attachments in bytes

repository: number

Size of the repository in bytes