Type Alias PaginatedOrders

PaginatedOrders: {
    orders: OrderWithAsset[];
    total: number;
}

Type declaration

  • orders: OrderWithAsset[]

    The list of orders.

  • total: number

    The total number of orders matching the search.