UNPKG

node-updown

Version:

Transparent Node.JS wrapper for the updown.io API

3 lines (2 loc) 157 B
import { Webhook, WebhookOptions } from '../types/Webhook'; export declare function addWebhook(apiKey: string, options: WebhookOptions): Promise<Webhook>;