export type FavoritePayload = { productKey: string } | { variantKey: string };
