UNPKG

wikibase-edit

Version:

Edit Wikibase from NodeJS

19 lines 427 B
import type { Guid, Hash } from 'wikibase-sdk'; export interface RemoveReferenceParams { guid: Guid; hash: Hash | Hash[]; } export declare function removeReference(params: any): { action: string; data: { statement: Guid; references: any; }; }; export interface RemoveReferenceResponse { pageinfo: { lastrevid: number; }; success: 1; } //# sourceMappingURL=remove.d.ts.map