UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

7 lines (6 loc) 243 B
import { IBaseIntValue } from "../type-specific-interfaces/base-int-value"; import { UpdateValue } from "./update-value"; export declare class UpdateIntValue extends UpdateValue implements IBaseIntValue { int: number; constructor(); }