ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Interface CIDResponse

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

    interface CIDResponse {
        ConceptsAndCIDs: { CID: number[] };
    }
    Index

    Properties

    Properties

    ConceptsAndCIDs: { CID: number[] }

    Container for concepts and their associated CIDs

    Type declaration

    • CID: number[]

      Array of Compound IDs