UNPKG

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

Version:

Endevor Bridge for Git Rest client

8 lines (7 loc) 265 B
import { GlobalAction } from "../GlobalAction"; import { ApiResponse } from "../../../response/ApiResponse"; export declare class DeleteGlobalWebhook extends GlobalAction<ApiResponse> { customPath: string; webhookId: any; constructor(webhookId: any); }