UNPKG

node-updown

Version:

Transparent Node.JS wrapper for the updown.io API

7 lines (6 loc) 123 B
export interface Downtime { error: string; started_at: string; ended_at: string; duration: number; }