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

    Type Alias StructureRecordType

    StructureRecordType: "2d" | "3d"

    Which depiction of a structure PubChem should return: a computed 3D conformer, or the flat 2D layout.

    export type StructureRecordType = '2d' | '3d';