UNPKG

@reptilbud/etcd3-temp

Version:
6 lines (5 loc) 112 B
import { IOptions } from 'etcd3'; export interface Etcd3Config { basePath?: string; client: IOptions; }