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

8 lines
128 B
TypeScript

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