A compound's textual description from PUG-REST's /description operation.
Source
exportinterfacePubChemDescription { /** The compound title, if provided. */ title?:string; /** The description text. */ description?:string; /** Human-readable name of the description's source. */ source?:string; /** URL of the description's source. */ url?:string; }
A compound's textual description from PUG-REST's
/descriptionoperation.Source