export type LOGINDATA = {
  email: string
  password: string
}
