We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca112b2 commit 285f8beCopy full SHA for 285f8be
src/interfaces/Client/IClientHealth.ts
@@ -0,0 +1,3 @@
1
+export default interface IClientHealth {
2
+ isHealthy(): Promise<boolean>;
3
+}
0 commit comments