UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

10 lines (9 loc) 235 B
export interface IHealthCheck { check_interval_seconds?: number; healthy_threshold?: number; path?: string; port: number; protocol: string; response_timeout_seconds?: number; unhealthy_threshold?: number; }