inaturalistjs
    Preparing search index...

    Type Alias Identification

    type Identification = {
        body?: string;
        createdAt?: string;
        current?: boolean;
        id?: number;
        observationId?: number;
        taxon?: ObservationTaxon;
        updatedAt?: string;
    }
    Index

    Properties

    body?: string
    createdAt?: string
    current?: boolean
    id?: number
    observationId?: number
    updatedAt?: string