Skip to content

Commit

Permalink
chore: export PortfolioHolder types
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Oct 4, 2024
1 parent ba81770 commit 4a2108a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/orchestration/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
export type * from './chain-info.js';
export type * from './cosmos-api.js';
export type * from './ethereum-api.js';
export type * from './exos/chain-hub.js';
export type * from './exos/cosmos-interchain-service.js';
export type * from './exos/exo-interfaces.js';
export type * from './exos/ica-account-kit.js';
export type * from './exos/local-chain-facade.js';
export type * from './exos/icq-connection-kit.js';
export type * from './exos/exo-interfaces.js';
export type * from './exos/local-chain-facade.js';
export type * from './exos/portfolio-holder-kit.js';
export type * from './orchestration-api.js';
export type * from './exos/cosmos-interchain-service.js';
export type * from './exos/chain-hub.js';
export type * from './vat-orchestration.js';

/**
Expand Down

0 comments on commit 4a2108a

Please sign in to comment.