mobilizon.chapril.org-mobil.../js/src/types/login.model.ts

8 lines
128 B
TypeScript
Raw Normal View History

2019-01-18 14:47:10 +01:00
import { ICurrentUser } from '@/types/current-user.model';
2019-01-11 13:58:29 +01:00
export interface ILogin {
user: ICurrentUser;
2019-01-11 13:58:29 +01:00
token: string;
2019-01-11 13:58:29 +01:00
}