Skip to content

SudoSOS Back-end API / catalogue/point-of-sale / PaginatedPointOfSaleResponse

Interface: PaginatedPointOfSaleResponse ​

Properties ​

_pagination ​

ts
_pagination: PaginationResult;

records ​

ts
records: (
  | PointOfSaleResponse
  | PointOfSaleWithContainersResponse)[];