interface QueryAssetListResponse {
    assetList: AssetMetadata[];
}

Properties

Properties

assetList: AssetMetadata[]