UNPKG

@broadcom/endevor-bridge-for-git-rest-api

Version:

Endevor Bridge for Git Rest client

8 lines (7 loc) 309 B
import { MappingAction } from "../action/MappingAction"; import { WebhookResponse } from "../../../response/webhook/WebhookResponse"; export declare class GetWebhooks extends MappingAction<WebhookResponse[]> { customPath: string; private id; constructor(id: any, context: any, repository: any); }