Search Docs
Loading...
Skip to content

Interface: AssetsQueryResult

Return type of a findAssets query.

Type Parameters#

Type Parameter Default type
T extends AssetResult AssetResult

Properties#

Property Type Description
assets T[] The assets in the requested page
currentPage number The current, requested page
nextPage? number The next page to query if it exists
total number How many assets are there in total for the current query regardless of the page