commerce/framework/commercelayer/api/operations/get-customer-wishlist.ts
2022-01-21 11:09:31 +01:00

7 lines
160 B
TypeScript

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