export interface IGShoppingProductAppealFields { eligible_for_appeal: boolean; product_appeal_status: string; product_id: number; rejection_reasons: string[]; review_status: string; }