Skip to content

Commit

Permalink
feat: update exports
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed May 10, 2024
1 parent 7041be7 commit 581d911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nns-proto/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { NeuronId, PrincipalId } from "../proto/base_types_pb";
export { PrincipalId } from "../proto/base_types_pb";
export {
BallotInfo,
Governance,
ListNeurons,
ListNeuronsResponse,
ManageNeuron,
Expand All @@ -11,11 +12,10 @@ export {
export {
AccountBalanceRequest,
AccountIdentifier,
BlockHeight,
ICPTs,
Memo,
Payment,
SendRequest,
Subaccount,
TimeStamp,
} from "../proto/ledger_pb";
export { NeuronId } from "../proto/nns_common_pb";

0 comments on commit 581d911

Please sign in to comment.