UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

10 lines (9 loc) 303 B
import { StringLiteralV2 } from "../../string-literal-v2"; import { UpdateEntityCommentOrLabel } from "./update-entity-comment-or-label"; /** * @category Model V2 */ export declare class UpdateResourceClassLabel extends UpdateEntityCommentOrLabel { labels: StringLiteralV2[]; constructor(); }