createChangesetComment import { createChangesetComment } from "osm-api"; await createChangesetComment(1234567, "this is the comment"); Response: none