tskew
Version:
TypeScript interface to Kew Gardens botanical data services
36 lines • 913 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Filters = exports.Geography = exports.Characteristic = exports.Name = void 0;
exports.Name = {
full_name: "name",
common_name: "common name",
kingdom: "kingdom",
family: "family",
genus: "genus",
species: "species",
author: "author",
};
exports.Characteristic = {
summary: "summary",
appearance: "appearance",
characteristic: "characteristic",
flower: "flower",
fruit: "fruit",
leaf: "leaf",
inflorescence: "inflorescence",
seed: "seed",
cloning: "cloning",
use: "use",
};
exports.Geography = {
distribution: "location",
};
exports.Filters = {
accepted: "accepted_names",
has_images: "has_images",
families: "families_f",
genera: "genus_f",
species: "species_f",
infraspecies: "infraspecific_f",
};
//# sourceMappingURL=terms.js.map