UNPKG

wikibase-edit

Version:

Edit Wikibase from NodeJS

6 lines 230 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[]; //# sourceMappingURL=common.d.ts.map