UNPKG

@dasch-swiss/dsp-js

Version:
12 lines 287 B
/** * @category Internal */ export declare abstract class UpdateEntityCommentOrLabel { id: string; /** * Type will be assigned on construction. */ readonly type: string; constructor(type: string); } //# sourceMappingURL=update-entity-comment-or-label.d.ts.map