UNPKG

osm-api

Version:

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

5 lines (4 loc) β€’ 258 B
import type { Changeset } from "../../types"; import { type FetchOptions } from "../_osmFetch"; /** DWG only */ export declare function hideChangesetComment(changesetCommentId: number, action?: "hide" | "unhide", options?: FetchOptions): Promise<Changeset>;