UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

7 lines (6 loc) 261 B
import { IBaseBooleanValue } from "../type-specific-interfaces/base-boolean-value"; import { UpdateValue } from "./update-value"; export declare class UpdateBooleanValue extends UpdateValue implements IBaseBooleanValue { bool: boolean; constructor(); }