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

    Interface SubscribeResponse

    interface SubscribeResponse {
        is_subscribed: boolean;
        observation_count: number;
        species_count: number;
        last_seen: string | null;
    }
    Index

    Properties

    is_subscribed: boolean
    observation_count: number
    species_count: number
    last_seen: string | null

    The date and time that any existing challenge content items were updated to, or null.