UNPKG

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

Version:

Endevor Bridge for Git Rest client

7 lines (6 loc) 329 B
import { MfWebhookServerSettingsPayload } from "../../common/model/mf-webhook/MfWebhookServerSettingsPayload"; import { MfWebhookAction } from "./MfWebhookAction"; export declare class GetMFWebhookServerSettings extends MfWebhookAction<MfWebhookServerSettingsPayload[]> { webhookId?: any; constructor(webhookId?: any); }