UNPKG

@metabohub/forum-library

Version:

<!-- Put your badges here: --> [![pipeline status](https://forge.inrae.fr/metabohub/forvm/mth-forvm-lib/badges/dev/pipeline.svg)](https://forge.inrae.fr/metabohub/forvm/mth-forvm-lib/-/commits/dev) [![coverage report](https://forge.inrae.fr/metabohub/forv

55 lines (54 loc) 1.08 kB
/** * Forum API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface Label */ export interface Label { /** * this label\'s id * @type {string} * @memberof Label */ 'id'?: string; /** * this label\'s MESH id * @type {string} * @memberof Label */ 'MESH'?: string; /** * this label\'s CID id * @type {string} * @memberof Label */ 'CID'?: string; /** * this label\'s CHEMONT id * @type {string} * @memberof Label */ 'CHEMONT'?: string; /** * this label\'s CHEBI id * @type {string} * @memberof Label */ 'CHEBI'?: string; /** * this label\'s name * @type {string} * @memberof Label */ 'name'?: string; }