UNPKG

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

Version:

Endevor Bridge for Git Rest client

7 lines (6 loc) 257 B
import { ApiResponse } from "../../response/ApiResponse"; import { MfWebhookAction } from "./MfWebhookAction"; export declare class DeleteMFWebhookServerSettings extends MfWebhookAction<ApiResponse> { webhookId?: any; constructor(webhookId: any); }