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

    Interface BioBlitzUserStatistics

    Statistics of the authenticated user within a BioBlitz.

    interface BioBlitzUserStatistics {
        species: number;
        observations: number;
    }
    Index

    Properties

    species: number

    Number of species observed by the user in the BioBlitz.

    observations: number

    Number of observations by the user in the BioBlitz.