UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

7 lines (6 loc) 258 B
import { IBaseGeomValue } from "../type-specific-interfaces/base-geom-value"; import { UpdateValue } from "./update-value"; export declare class UpdateGeomValue extends UpdateValue implements IBaseGeomValue { geometryString: string; constructor(); }