DasApiAssetList: {
    items: DasApiAsset[];
    limit: number;
    total: number;
    [key: string]: unknown;
}

Representation of a list of assets.

Type declaration

  • [key: string]: unknown
  • items: DasApiAsset[]

    Listing of individual assets.

  • limit: number

    Limit of assets used to create the list. When the total value is lower than the limit, it means that there are no more assets to be retrieved.

  • total: number

    total number of assets in the list.

Generated using TypeDoc