From edb989fbf381201752309a1e2aa5dcf6837b67d0 Mon Sep 17 00:00:00 2001 From: Greg Hysen Date: Sun, 23 Dec 2018 16:04:09 -0800 Subject: export dutch auction wrapper types from 0x.js --- packages/0x.js/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/0x.js/src/index.ts') diff --git a/packages/0x.js/src/index.ts b/packages/0x.js/src/index.ts index ae9f4b771..790e2a97e 100644 --- a/packages/0x.js/src/index.ts +++ b/packages/0x.js/src/index.ts @@ -28,6 +28,7 @@ export { OrderAndTraderInfo, TraderInfo, ValidateOrderFillableOpts, + DutchAuctionData, } from '@0x/contract-wrappers'; export { @@ -89,6 +90,7 @@ export { ObjectMap, OrderRelevantState, Stats, + DutchAuctionDetails, } from '@0x/types'; export { -- cgit v1.2.3