UNPKG

@reptilbud/etcd3-temp

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