UNPKG
@hapiness/consul
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Hapiness module for consul
github.com/hapinessjs/consul-module
hapinessjs/consul-module
@hapiness/consul
/
module
/
interfaces
/
hapiness.client.options.interface.d.ts
11 lines
(10 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/// <reference types="consul" />
import
{
CommonOptions
}
from
'consul'
;
export
interface
HapinessConsulClientOptions
{
scheme
?:
string
;
host
?:
string
;
port
?:
number
;
defaults
?:
CommonOptions
;
ca
?:
string
;
baseUrl
?:
string
; }