export dutch auction wrapper types from 0x.js

This commit is contained in:
Greg Hysen
2018-12-23 16:04:09 -08:00
parent ff0093460d
commit edb989fbf3
2 changed files with 3 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ export {
OrderAndTraderInfo, OrderAndTraderInfo,
TraderInfo, TraderInfo,
ValidateOrderFillableOpts, ValidateOrderFillableOpts,
DutchAuctionData,
} from '@0x/contract-wrappers'; } from '@0x/contract-wrappers';
export { export {
@@ -89,6 +90,7 @@ export {
ObjectMap, ObjectMap,
OrderRelevantState, OrderRelevantState,
Stats, Stats,
DutchAuctionDetails,
} from '@0x/types'; } from '@0x/types';
export { export {

View File

@@ -55,6 +55,7 @@ export {
OrderAndTraderInfo, OrderAndTraderInfo,
TraderInfo, TraderInfo,
ValidateOrderFillableOpts, ValidateOrderFillableOpts,
DutchAuctionData,
} from './types'; } from './types';
export { Order, SignedOrder, AssetProxyId } from '@0x/types'; export { Order, SignedOrder, AssetProxyId } from '@0x/types';