@nfdi4plants/swate-components
Version:
Customizable React components for ontology annotation, based on Swate and the ARC.
13 lines • 532 B
TypeScript
import { Option } from '@fable-org/fable-library-js/Option.js';
import { OntologyAnnotation } from './OntologyAnnotation.fs.js';
import { Value_$union } from './Value.fs.js';
export interface IPropertyValue {
AlternateName(): Option<string>;
Description(): Option<string>;
GetAdditionalType(): string;
GetCategory(): Option<OntologyAnnotation>;
GetUnit(): Option<OntologyAnnotation>;
GetValue(): Option<Value_$union>;
MeasurementMethod(): Option<string>;
}
//# sourceMappingURL=IPropertyValue.fs.d.ts.map