SuggestedProduct: {
    currency: string;
    price: number;
    productId: string;
    productName: string;
} & {
    [key: string]: any;
}