inaturalistjs
    Preparing search index...

    Type Alias PostVotesVoteAnnotationByIdData

    type PostVotesVoteAnnotationByIdData = {
        body?: never;
        path: { id: string };
        query?: never;
        url: "/votes/vote/annotation/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { id: string }

    Type declaration

    • id: string

      ID or UUID of the annotation

    query?: never
    url: "/votes/vote/annotation/{id}"