feat: add nextPageCursor
This commit is contained in:
@@ -70,4 +70,6 @@ export type OrderProduct = {
|
||||
export type OrderDetails = {
|
||||
price: OrderPrice
|
||||
products: OrderProduct[]
|
||||
}
|
||||
}
|
||||
|
||||
export type CatalogCursor = string
|
||||
Reference in New Issue
Block a user