export type AssetType = 'erc20' | 'erc721' | 'multiAsset'; export type OrderType = 'bid' | 'ask';