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 { CreateValue } from "./create-value"; export declare class CreateBooleanValue extends CreateValue implements IBaseBooleanValue { bool: boolean; constructor(); }