UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

7 lines (6 loc) 243 B
import { IBaseUriValue } from "../type-specific-interfaces/base-uri-value"; import { UpdateValue } from "./update-value"; export declare class UpdateUriValue extends UpdateValue implements IBaseUriValue { uri: string; constructor(); }