UNPKG

node-updown

Version:

Transparent Node.JS wrapper for the updown.io API

3 lines (2 loc) 131 B
import { Deleted } from '../types/Deleted'; export declare function deleteWebhook(apiKey: string, id: string): Promise<Deleted>;