UNPKG

@omnia/fx-models

Version:
7 lines (6 loc) 179 B
import { PropertyValue } from "../PropertyValue"; export declare class TimePropertyValue extends PropertyValue { time: Date; timeZoneId: string; isEmpty(): boolean; }