UNPKG

@dasch-swiss/dsp-js

Version:
10 lines 366 B
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(); } //# sourceMappingURL=update-resource-property-label.d.ts.map