UNPKG

osm-api

Version:

πŸ—ΊοΈπŸŒ Javascript/Typescript wrapper around the OpenStreetMap API

4 lines (3 loc) β€’ 230 B
import type { OsmMessageWithoutBody } from "../../types"; import { type FetchOptions } from "../_osmFetch"; export declare function listMessages(type: "inbox" | "outbox", options?: FetchOptions): Promise<OsmMessageWithoutBody[]>;