export interface Account {
  email: string
}