@metabohub/forum-library
Version:
<!-- Put your badges here: --> [](https://forge.inrae.fr/metabohub/forvm/mth-forvm-lib/-/commits/dev) [ • 1.08 kB
TypeScript
/**
* 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;
}