import { HplAsset } from "../types/assets/hplAsset"; export interface GetHplAssetListResult { ftAssets: HplAsset[]; }