UNPKG

@omnia/fx-models

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