inaturalistjs
    Preparing search index...

    Type Alias PostObservationVote

    type PostObservationVote = {
        scope?: "needs_id";
        vote?: "up" | "down";
    }
    Index

    Properties

    Properties

    scope?: "needs_id"
    vote?: "up" | "down"