projects/congarevenuecloud/ecommerce/src/lib/modules/favorite/services/favorite.service.ts
FavoriteResult is a result set interface containing list of favorites and its count.
Properties |
FavoriteList |
FavoriteList:
|
Type : Array<Favorite>
|
List of favorite records. |
TotalRecord |
TotalRecord:
|
Type : number
|
Total number of favorite records. |