Interface EmailInfo

interface EmailInfo {
    value: string;
    verified: boolean;
}

Properties

Properties

value: string
verified: boolean