export interface HplAssetDataModel { id: string; name: string; symbol: string; assetName: string; assetSymbol: string; logo: string; }