import { HplFtAssetInfoCacheModel } from "../../types/cache/hplFtAssetInfoCacheModel";
export interface HplFtAssetCacheModel {
    assetId: bigint;
    ftAssetInfo: HplFtAssetInfoCacheModel;
}
