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

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

Properties

Properties

id: number