aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/types.ts
blob: cd649426be8b820c620df43c6a140693a007b7e7 (plain) (blame)
1
2
export type AssetType = 'erc20' | 'erc721' | 'multiAsset';
export type OrderType = 'bid' | 'ask';