commerce/framework/elasticpath/api/operations/get-customer-wishlist.ts
2021-07-19 18:09:07 +05:30

7 lines
160 B
TypeScript

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