Interface RecoveryEmailAddress

Contains information about the current recovery email address.

interface RecoveryEmailAddress {
    @type: "recoveryEmailAddress";
    recovery_email_address: string;
}

Properties

@type: "recoveryEmailAddress"
recovery_email_address: string

Recovery email address.