interface Config {
    connections?: {
        [name: string]: ConnectionConfig;
    };
}

Properties

Properties

connections?: {
    [name: string]: ConnectionConfig;
}

Type declaration

Generated using TypeDoc