inaturalistjs
    Preparing search index...

    Type Alias NearbyPlacesResponse

    NearbyPlacesResponse: BaseResponse & {
        results: { community?: ShowPlace[]; standard?: ShowPlace[] };
    }