From fb365eec49ee641b8f85c45ff4864b704c320f7f Mon Sep 17 00:00:00 2001 From: Aaron Abu Usama <50079365+pythonpete32@users.noreply.github.com> Date: Sun, 26 Feb 2023 16:37:11 +0400 Subject: [PATCH] export `Erc721TokenDetails`interface fixes #169 --- modules/client/src/tokenVoting/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/client/src/tokenVoting/index.ts b/modules/client/src/tokenVoting/index.ts index eb4994107..abf24f73e 100644 --- a/modules/client/src/tokenVoting/index.ts +++ b/modules/client/src/tokenVoting/index.ts @@ -4,6 +4,7 @@ export { TokenVotingProposalListItem, TokenVotingProposalResult, Erc20TokenDetails, + Erc721TokenDetails, ITokenVotingPluginInstall, IMintTokenParams, } from "./interfaces";