Map of exclusion-key → excluded product entry, as persisted in the excludedProducts IndexedDB object store (via @/utils/idbCache).
excludedProducts
@/utils/idbCache
export type ExcludedProductsMap = Record<string, ExcludedProductEntry>; Copy
export type ExcludedProductsMap = Record<string, ExcludedProductEntry>;
Map of exclusion-key → excluded product entry, as persisted in the
excludedProductsIndexedDB object store (via@/utils/idbCache).