import {authUser} from "./authUser.interface";

export interface authData{
  user: authUser
  token: string
}
