UNPKG

@omnia/fx-models

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