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

    Type Alias CorpusSourceOption

    CorpusSourceOption: "all" | "both" | "cache" | "results" | CorpusSource

    Which cached stores to build the corpus from. The plain-English aliases ("both", "cache", "results") are accepted alongside the store names so the console call reads naturally.

    export type CorpusSourceOption = 'all' | 'both' | 'cache' | 'results' | CorpusSource;