ChemPal Documentation - v0.0.13-beta.5
    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>;