UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

7 lines (6 loc) 261 B
import { IBaseLinkValue } from "../type-specific-interfaces/base-link-value"; import { UpdateValue } from "./update-value"; export declare class UpdateLinkValue extends UpdateValue implements IBaseLinkValue { linkedResourceIri: string; constructor(); }