UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

12 lines (11 loc) 227 B
/** * @category Internal */ export declare abstract class UpdateEntityCommentOrLabel { id: string; /** * Type will be assigned on construction. */ readonly type: string; constructor(type: string); }