Which depiction of a structure PubChem should return: a computed 3D conformer, or the flat 2D layout.
export type StructureRecordType = '2d' | '3d'; Copy
export type StructureRecordType = '2d' | '3d';
Which depiction of a structure PubChem should return: a computed 3D conformer, or the flat 2D layout.