We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node.js
v18.20.4
^10.2.3
No response
"@hapi/catbox-redis": "^6.0.2",
We are using catbox.connection which is defined as we have logged out the library, but it is not defined in the type definition.
catbox.connection
catbox (catbox client) public methods [ 'constructor', 'start', 'stop', 'isReady', 'validateSegmentName', 'get', 'set', 'drop' ] public keys [ 'connection' ] catbox.connection public methods [ 'constructor', 'start', '_connection', 'stop', 'isReady', 'validateSegmentName', 'get', 'set', 'drop', 'generateKey' ] catbox.connection public keys [ 'settings' ]
Property 'connection' does not exist on type 'ClientApi'.ts(2339)
I would like the connection method to be defined in the type definitions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Runtime
node.js
Runtime version
v18.20.4
Module version
^10.2.3
Last module version without issue
No response
Used with
"@hapi/catbox-redis": "^6.0.2",
Any other relevant information
No response
What are you trying to achieve or the steps to reproduce?
We are using
catbox.connection
which is defined as we have logged out the library, but it is not defined in the type definition.What was the result you got?
Property 'connection' does not exist on type 'ClientApi'.ts(2339)
What result did you expect?
I would like the connection method to be defined in the type definitions.
The text was updated successfully, but these errors were encountered: