fix: dont use enum string as type as typedoc gets confused
This commit is contained in:
parent
8ba65346d4
commit
eda0b3e693
@ -158,12 +158,12 @@ export enum AssetProxyId {
|
||||
}
|
||||
|
||||
export interface ERC20AssetData {
|
||||
assetProxyId: AssetProxyId.ERC20;
|
||||
assetProxyId: string;
|
||||
tokenAddress: string;
|
||||
}
|
||||
|
||||
export interface ERC721AssetData {
|
||||
assetProxyId: AssetProxyId.ERC721;
|
||||
assetProxyId: string;
|
||||
tokenAddress: string;
|
||||
tokenId: BigNumber;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user