This commit is contained in:
Steve Klebanoff
2018-11-02 15:34:44 -07:00
parent cfa748e206
commit f5c7a3c26a

View File

@@ -1,5 +1,4 @@
import { AssetProxyId, ObjectMap } from '@0x/types';
import { BigNumber } from '@0x/utils';
// Reusable
export type Maybe<T> = T | undefined;