UNPKG

wikibase-edit

Version:

Edit Wikibase from NodeJS

10 lines (5 loc) 193 B
import type { RevisionId } from 'wikibase-sdk' export type AbsoluteUrl = `http${string}` export type BaseRevId = RevisionId | number export type MaxLag = number export type Tags = string[]