export interface IUpdateEmail { newEmail: string; confirmPassword: string; }