@dasch-swiss/dsp-js
Version:
JavaScript library that handles API requests to Knora
10 lines (9 loc) • 306 B
TypeScript
import { StringLiteralV2 } from "../../string-literal-v2";
import { UpdateEntityCommentOrLabel } from "./update-entity-comment-or-label";
/**
* @category Model V2
*/
export declare class UpdateResourcePropertyLabel extends UpdateEntityCommentOrLabel {
labels: StringLiteralV2[];
constructor();
}