Task/improve typings of getAsset() functionality (#5804)
* Improve typings of getAsset() functionalitypull/5805/head
parent
be0ddd6298
commit
3b4705405b
@ -0,0 +1,3 @@
|
||||
import type { AdminMarketDataDetails } from '../admin-market-data-details.interface';
|
||||
|
||||
export interface AssetResponse extends AdminMarketDataDetails {}
|
||||
Loading…
Reference in new issue