observation-js Documentation - v1.16.0
    Preparing search index...

    Interface SpeciesOccurrence

    A single species occurrence result, as returned by the species-occurrence endpoint.

    interface SpeciesOccurrence {
        species_id: number;
        occurs: "yes" | "no" | "unknown";
    }
    Index

    Properties

    Properties

    species_id: number
    occurs: "yes" | "no" | "unknown"