UNPKG

tskew

Version:

TypeScript interface to Kew Gardens botanical data services

59 lines 2.26 kB
export declare const Name: { readonly added: "added"; readonly author: "name author"; readonly basionym: "basionym"; readonly basionym_author: "basionym author"; readonly bibliographic_reference: "bibliographic reference"; readonly citation_type: "citation type"; readonly collection_number: "collection number"; readonly collectors: "collector team"; readonly distribution: "distribution"; readonly family: "family"; readonly full_name: "full name"; readonly genus: "genus"; readonly in_powo: "in powo"; readonly infrafamily: "infrafamily"; readonly infragenus: "infragenus"; readonly infraspecies: "infraspecies"; readonly modified: "modified"; readonly name_status: "name status"; readonly published: "published"; readonly published_in: "published in"; readonly publishing_author: "publishing author"; readonly rank: "rank"; readonly scientific_name: "scientific name"; readonly species: "species"; readonly species_author: "species author"; readonly version: "version"; }; export declare const Author: { readonly forename: "author forename"; readonly full_name: "author name"; readonly standard_form: "author std"; readonly surname: "author surname"; }; export declare const Publication: { readonly standard_form: "publication std"; readonly bph_number: "bph number"; readonly date: "date"; readonly isbn: "isbn"; readonly issn: "issn"; readonly lc_number: "lc number"; readonly preceded_by: "preceded by"; readonly superceded_by: "superceded by"; readonly title: "publication title"; readonly tl2_author: "tl2 author"; readonly tl2_number: "tl2 number"; }; export declare const Filters: { readonly familial: "f_familial"; readonly infrafamilial: "f_infrafamilial"; readonly generic: "f_generic"; readonly infrageneric: "f_infrageneric"; readonly specific: "f_specific"; }; export type NameTerms = (typeof Name)[keyof typeof Name]; export type AuthorTerms = (typeof Author)[keyof typeof Author]; export type PublicationTerms = (typeof Publication)[keyof typeof Publication]; export type FilterTerms = (typeof Filters)[keyof typeof Filters]; //# sourceMappingURL=terms.d.ts.map