UNPKG

181 BTypeScriptView Raw
1import { ServerNode } from "./ServerNode";
2export declare class Topology {
3 etag: number;
4 nodes?: ServerNode[];
5 constructor(etag?: number, nodes?: ServerNode[]);
6}