UNPKG

@omnia/fx-models

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