@dasch-swiss/dsp-js
Version:
TypeScript client library for DSP-API
10 lines • 360 B
TypeScript
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();
}
//# sourceMappingURL=update-resource-class-label.d.ts.map