import { IUserEntity } from "../../entities"; export interface ILoginResponse { accessToken: string; user: IUserEntity; }