Map of supported client events to their callback signatures

interface BitbucketClientEvents {
    request: (event: RequestEvent) => void;
}

Properties

Properties

request: (event: RequestEvent) => void