inaturalistjs
    Preparing search index...

    Type Alias PostVote

    type PostVote = {
        vote?: "up" | "down";
    }
    Index

    Properties

    Properties

    vote?: "up" | "down"