diff --git a/lib/core.d.ts b/lib/core.d.ts index 2ce2919..529a5a5 100644 --- a/lib/core.d.ts +++ b/lib/core.d.ts @@ -27,6 +27,8 @@ declare class Core { constructor(config: Core.Config); request(action: String, params: Object, options?: Object): Promise; + static ROAClient:typeof Core + static RPCClient:typeof Core } /*~ If you want to expose types from your module as well, you can