Type alias ClientOptionsTypes
ClientOptionsTypes: {
disableConnectionCheck: boolean;
host: string;
protoPath: string;
reconnect: boolean;
uid: string;
verbose: boolean;
}
Type declaration
-
disableConnectionCheck: boolean
-
host: string
-
protoPath: string
-
reconnect: boolean
-
uid: string
-
verbose: boolean