export interface IUser {
  email: string;
}
