inaturalistjs
    Preparing search index...

    Type Alias GetPlacesAutocompleteData

    type GetPlacesAutocompleteData = {
        body?: never;
        path?: never;
        query: { orderBy?: "area"; q: string };
        url: "/places/autocomplete";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query: { orderBy?: "area"; q: string }

    Type declaration

    • OptionalorderBy?: "area"

      Sort field

    • q: string

      Search by name (must start with this value) or by ID (exact match).

    url: "/places/autocomplete"