export interface ILogin { user: { id: number, }, token: string, }