node.d.ts 104 Bytes Raw Blame History Permalink 1 2 3 4 5 6 export interface Node { ip: string; uuid: string; couchPort: string; webPort: string; }