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 { CreateValue } from "./create-value"; export declare class CreateIntValue extends CreateValue implements IBaseIntValue { int: number; constructor(); }