UNPKG

node-updown

Version:

Transparent Node.JS wrapper for the updown.io API

13 lines (12 loc) 224 B
export interface WebhookOptions { /** * The URL of the webhook */ url: string; } export interface Webhook extends WebhookOptions { /** * The ID of the webhook */ id: string; }