inaturalistjs
    Preparing search index...

    Type Alias PostIdentification

    type PostIdentification = {
        identification?: {
            body?: string;
            current?: boolean;
            observationId?: number;
            taxonId?: number;
        };
    }
    Index

    Properties

    Properties

    identification?: {
        body?: string;
        current?: boolean;
        observationId?: number;
        taxonId?: number;
    }