UNPKG

wikibase-edit

Version:

Edit Wikibase from NodeJS

14 lines 562 B
import { type Claim, type Datatype, type PropertyId, type Snak } from 'wikibase-sdk'; import type { AbsoluteUrl } from '../types/common.js'; interface PropertiesDatatypesDontMatchParams { movedSnaks: Snak[] | Claim[]; originDatatype: Datatype; targetDatatype: Datatype; instance: AbsoluteUrl; failingSnak?: Snak; originPropertyId?: PropertyId; targetPropertyId?: PropertyId; } export declare function propertiesDatatypesDontMatch(params: PropertiesDatatypesDontMatchParams): void; export {}; //# sourceMappingURL=move_commons.d.ts.map