UNPKG

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

Version:

Endevor Bridge for Git Rest client

8 lines (7 loc) 287 B
import { GlobalAction } from "../GlobalAction"; import { WebhookResponse } from "../../../response/webhook/WebhookResponse"; export declare class GetGlobalWebhooks extends GlobalAction<WebhookResponse[]> { customPath: string; webhookId?: any; constructor(webhookId?: any); }