UNPKG

bitbucket-repository-provider

Version:
12 lines (10 loc) 211 B
import { Hook } from "repository-provider"; /** * */ export class BitbucketHook extends Hook { static attributes = { ...super.attributes, id: { ...super.attributes.id, externalName: "uuid" } }; }