UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

7 lines (6 loc) 263 B
import { IBaseGeonameValue } from "../type-specific-interfaces/base-geoname-value"; import { UpdateValue } from "./update-value"; export declare class UpdateGeonameValue extends UpdateValue implements IBaseGeonameValue { geoname: string; constructor(); }