commerce/packages/commercelayer/api/operations/get-customer-wishlist.ts
2022-02-28 11:42:03 +01:00

7 lines
160 B
TypeScript

export default function getCustomerWishlistOperation() {
function getCustomerWishlist(): any {
return { wishlist: {} }
}
return getCustomerWishlist
}