interface AssetsByOwner {
    data: AssetInfo[];
    pageInfo: AssetPageInfo;
}

Properties

Properties

data: AssetInfo[]
pageInfo: AssetPageInfo