UNPKG
@reptilbud/etcd3-temp
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.3
0.0.2
0.0.1
Hapiness module for etcd3
github.com/hapinessjs/etcd3-module
hapinessjs/etcd3-module
@reptilbud/etcd3-temp
/
module
/
interfaces
/
etcd3.config.d.ts
6 lines
(5 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IOptions
}
from
'etcd3'
;
export
interface
Etcd3Config
{
basePath
?:
string
;
client
:
IOptions
; }