UNPKG

tskew

Version:

TypeScript interface to Kew Gardens botanical data services

13 lines 268 B
export interface KplTaxon { id: string; name: string; authors?: string; rank?: string; family?: string; genus?: string; species?: string; accepted?: boolean; synonym?: boolean; url?: string; } //# sourceMappingURL=types.d.ts.map