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

    Module types/pubchem

    Interfaces

    SDQResponse

    Response structure for SDQ agent results from PubChem API

    SDQOutputSet

    Individual SDQ output set containing compound information

    SDQResultItem

    Individual compound data row from SDQ query results. Also known as SDQOutputRow in some contexts.

    SDQAgentQuery

    Query parameters for the SDQ agent

    SDQQuery

    Query parameters for SDQ lookups

    CompoundResponse

    Response structure for compound search results from PubChem API

    CIDResponse

    Response structure for CID (Compound ID) lookup from PubChem API

    Type Aliases

    PubChemCID

    PubChem Compound ID (CID) for a product — a positive integer. Lightweight nominal (branded) type enforced at runtime by the isPubChemCID guard in typeGuards/common.ts, which narrows plain values to this type so setters can assign without casts.

    SDQCollection

    Valid collection names for SDQ search queries

    SDQOutputRow

    Alias for SDQResultItem for backward compatibility

    SDQWhere

    Partial SDQResultItem used for query where clauses

    SDQSelect

    Valid select expressions for SDQ queries