mobilizon.chapril.org-mobil.../js/src/types/login.model.ts
Thomas Citharel b698eb470f
Lint JS files
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-03-22 10:57:14 +01:00

8 lines
128 B
TypeScript

import { ICurrentUser } from '@/types/current-user.model';
export interface ILogin {
user: ICurrentUser;
token: string;
}