Minimal metadata stored for each excluded product so the user can review
(and eventually un-exclude) their ignore list from settings.
Source
exportinterfaceExcludedProductEntry { /** Canonical product URL used to derive the exclusion key. */ url:string; /** Supplier name used to derive the exclusion key. */ supplier:string; /** Last-known product title, purely for display. */ title?:string; /** Epoch ms at which the product was excluded. */ excludedAt:number; }
Minimal metadata stored for each excluded product so the user can review (and eventually un-exclude) their ignore list from settings.
Source