@dasch-swiss/dsp-js
Version:
TypeScript client library for DSP-API
10 lines • 342 B
TypeScript
import { UpdateEntityCommentOrLabel } from './update-entity-comment-or-label';
/**
* @category Model V2
*/
export declare class UpdateResourcePropertyGuiElement extends UpdateEntityCommentOrLabel {
guiElement?: string;
guiAttributes?: string[];
constructor();
}
//# sourceMappingURL=update-resource-property-gui-element.d.ts.map