UNPKG

observation-js

Version:

A fully-typed TypeScript client for the waarneming.nl API.

5 lines (4 loc) 993 B
export * from './core/client'; export * from './core/errors'; export * from './lib'; export type { Badge, BadgeLevel, Challenge, ChallengeContent, ChallengeRanking, ChallengeTarget, ChallengeUser, ContentBlock, ContentBlockExternalLinks, ContentBlockGallery, ContentBlockHtml, ContentBlockItemList, ContentBlockSoundGallery, ContentBlockSpeciesHeader, Country, CreateObservationOptions, CreateObservationPayload, Export, GalleryImage, GalleryItem, GallerySound, Group, Icon, InformationBlock, ItemListItem, Language, Link, LocationDetail, Lookups, MediaItem, MediaUploadResponse, NiaPrediction, NiaResponse, Observation, ObservationComment, ObservationField, ObservationFieldValue, ObservationFieldValueFree, ObservationLike, Paginated, PasswordGrantOptions, Photo, Point, Region, RegionSpecies, RegionSpeciesList, RegionType, Session, Sound, SoundGalleryItem, SpeciesData, SpeciesGroup, SpeciesSearchParams, Terms, TokenResponse, UpdateObservationPayload, User, UserDetail, } from './types';