UNPKG

@metabohub/forum-library

Version:

[![pipeline status](https://forgemia.inra.fr/metabohub/web-components/mth-forum-lib/badges/dev/pipeline.svg)](https://forgemia.inra.fr/metabohub/web-components/mth-forum-lib/-/commits/dev) [![coverage report](https://forgemia.inra.fr/metabohub/web-compone

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; }