UNPKG

node-updown

Version:

Transparent Node.JS wrapper for the updown.io API

3 lines (2 loc) 119 B
import { Webhook } from '../types/Webhook'; export declare function getWebhooks(apiKey: string): Promise<Webhook[]>;