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

Generated using TypeDoc