Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketWebhookEventScope

    The scope (project or repo) that triggered a webhook delivery

    interface BitbucketWebhookEventScope {
        id: number;
        type: WebhookScopeType;
    }
    Index

    Properties

    Properties

    id: number