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

    Interface BioBlitzUser

    Information about the relationship between the authenticated user and a BioBlitz.

    interface BioBlitzUser {
        liked: boolean;
        statistics: BioBlitzUserStatistics;
    }
    Index

    Properties

    Properties

    liked: boolean

    Indicates whether the user has liked the BioBlitz.

    Statistics of the user in the BioBlitz.