export interface HplDictionaryCacheModel { creationTime: bigint; assetId: bigint; logo: string; name: string; modificationTime: bigint; symbol: string; }