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