Skip to content

Commit

Permalink
feat: export more types
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 581d911 commit c9df1ee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/nns-proto/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
export { PrincipalId } from "../proto/base_types_pb";
export * from "../proto/base_types_pb";
export {
BallotInfo,
Governance,
ListNeurons,
ListNeuronsResponse,
ManageNeuron,
ManageNeuronResponse,
NetworkEconomics,
Neuron,
NeuronInfo,
NeuronsFundEconomics,
} from "../proto/governance_pb";
export {
AccountBalanceRequest,
Expand All @@ -18,4 +20,5 @@ export {
Subaccount,
TimeStamp,
} from "../proto/ledger_pb";
export { NeuronId } from "../proto/nns_common_pb";
export * from "../proto/nervous_system_pb";
export * from "../proto/nns_common_pb";

0 comments on commit c9df1ee

Please sign in to comment.