From ac51cd1aea5a720479a50f6c192d7fa82308d8bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Grzywacz?= Date: Wed, 6 Dec 2023 08:16:58 +0100 Subject: [PATCH] feat: enum ResultState is exposed in typings JST-493 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 967d4c6c2..b81880beb 100755 --- a/src/index.ts +++ b/src/index.ts @@ -6,7 +6,7 @@ export { WebSocketBrowserStorageProvider, WebSocketStorageProviderOptions, } from "./storage"; -export { ActivityStateEnum, Result, Activity, ActivityOptions, ActivityPoolService } from "./activity"; +export { ActivityStateEnum, Result, ResultState, Activity, ActivityOptions, ActivityPoolService } from "./activity"; export { AgreementCandidate, AgreementSelectors, AgreementPoolService, AgreementServiceOptions } from "./agreement"; export { ProposalFilters, ProposalFilter, MarketHelpers, MarketService, MarketOptions } from "./market"; export { Package, PackageOptions, AllPackageOptions } from "./package";