aboutsummaryrefslogblamecommitdiffstats
path: root/packages/pipeline/src/types.ts
blob: 5f2121807fa1d08122c1fc5e7c6c6d75f3d6806b (plain) (tree)
1
2
3
4
5
6
7
8
9








                              
export enum AssetType {
    ERC20 = 'erc20',
    ERC721 = 'erc721',
    MultiAsset = 'multiAsset',
}
export enum OrderType {
    Bid = 'bid',
    Ask = 'ask',
}