UNPKG

@hapiness/consul

Version:
11 lines (10 loc) 250 B
/// <reference types="consul" /> import { CommonOptions } from 'consul'; export interface HapinessConsulClientOptions { scheme?: string; host?: string; port?: number; defaults?: CommonOptions; ca?: string; baseUrl?: string; }