Consistent roles handling

This commit is contained in:
delvedor
2019-01-21 16:49:08 +01:00
parent f12424272f
commit 88c9fa8546
3 changed files with 18 additions and 15 deletions

3
lib/Connection.d.ts vendored
View File

@ -34,8 +34,7 @@ export default class Connection {
MASTER: string;
DATA: string;
INGEST: string;
COORDINATING: string;
MACHINE_LEARNING: string;
ML: string;
};
url: URL;
ssl: SecureContextOptions | null;