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

export interface authResponse{
  status: string
  message: any
  data: authData
}
