aboutsummaryrefslogtreecommitdiffstats
path: root/packages/asset-buyer/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/asset-buyer/src/index.ts')
-rw-r--r--packages/asset-buyer/src/index.ts15
1 files changed, 13 insertions, 2 deletions
diff --git a/packages/asset-buyer/src/index.ts b/packages/asset-buyer/src/index.ts
index 299b32edd..67ad06084 100644
--- a/packages/asset-buyer/src/index.ts
+++ b/packages/asset-buyer/src/index.ts
@@ -1,2 +1,13 @@
-export { AssetBuyerError, BuyQuote, BuyQuoteRequest } from './types';
-export { AssetBuyer } from './asset_buyers/asset_buyer';
+export { Provider } from 'ethereum-types';
+export { SignedOrder } from '@0xproject/types';
+export { BigNumber } from '@0xproject/utils';
+
+export { AssetBuyer } from './asset_buyer';
+export {
+ AssetBuyerError,
+ BuyQuote,
+ OrderFetcher,
+ OrderFetcherRequest,
+ OrderFetcherResponse,
+ SignedOrderWithRemainingFillableMakerAssetAmount,
+} from './types';