mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 15:36:58 +00:00
7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
export default function getCustomerWishlistOperation() {
|
|
function getCustomerWishlist(): any {
|
|
return { wishlist: {} }
|
|
}
|
|
return getCustomerWishlist
|
|
}
|