mirror of
https://github.com/vercel/commerce.git
synced 2025-07-05 12:41:21 +00:00
* folder and env setup * codegen.json headers removed Co-authored-by: Chandradeepta <43542673+Chandradeepta@users.noreply.github.com>
7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
export default function getCustomerWishlistOperation() {
|
|
function getCustomerWishlist(): any {
|
|
return { wishlist: {} }
|
|
}
|
|
return getCustomerWishlist
|
|
}
|