export interface Nodes {
    host: string;
    port: number;
    password: string;
    retries?: number;
}
