UNPKG

@omnia/fx-models

Version:
7 lines (6 loc) 199 B
import { PropertyValue } from "../PropertyValue"; export declare class BooleanPropertyValue extends PropertyValue { boolean: boolean; constructor(boolean: boolean); isEmpty(): boolean; }