export declare type RecoveryEmailAddressUnion = RecoveryEmailAddress; /** Contains information about the current recovery email address */ export interface RecoveryEmailAddress { _: 'recoveryEmailAddress'; /** Recovery email address */ recoveryEmailAddress: string; }