UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

7 lines (6 loc) 263 B
import { IBaseDecimalValue } from "../type-specific-interfaces/base-decimal-value"; import { UpdateValue } from "./update-value"; export declare class UpdateDecimalValue extends UpdateValue implements IBaseDecimalValue { decimal: number; constructor(); }