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

8 lines
128 B
TypeScript
Raw Normal View History

2019-03-22 10:53:38 +01:00
import { ICurrentUser } from '@/types/current-user.model';
export interface ILogin {
user: ICurrentUser,
token: string,
}