ChemPal Documentation - v1.7.0
    Preparing search index...

    Type Alias ExcludedProductsMap

    ExcludedProductsMap: Record<string, ExcludedProductEntry>

    Map of exclusion-key → excluded product entry, as persisted in the excludedProducts IndexedDB object store (via @/utils/idbCache).

    export type ExcludedProductsMap = Record<string, ExcludedProductEntry>;