Move shared types to types package

This commit is contained in:
Leonid Logvinov
2017-12-08 18:01:59 +03:00
parent cb596c1413
commit abd55411d4
3 changed files with 7 additions and 29 deletions

View File

@@ -27,7 +27,6 @@ export {
ContractEventArg,
Web3Provider,
ZeroExConfig,
TransactionReceipt,
TransactionReceiptWithDecodedLogs,
LogWithDecodedArgs,
MethodOpts,
@@ -42,3 +41,7 @@ export {
OrderStateInvalid,
OrderState,
} from './types';
export {
TransactionReceipt,
} from '@0xproject/types';