Skip to content

Commit

Permalink
feat: enum ResultState is exposed in typings
Browse files Browse the repository at this point in the history
JST-493
  • Loading branch information
pgrzy-golem committed Dec 6, 2023
1 parent e799d3b commit ac51cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit ac51cd1

Please sign in to comment.