UNPKG

@omnia/fx-models

Version:
8 lines (7 loc) 230 B
import { PropertyValue } from "../PropertyValue"; export declare class DatePropertyValue extends PropertyValue { date: string; timeZoneId: string; constructor(date: Date, timeZoneId: string); isEmpty(): boolean; }