Add config endpoint
This commit is contained in:
7
js/src/types/config.model.ts
Normal file
7
js/src/types/config.model.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ICurrentUser } from '@/types/current-user.model';
|
||||
|
||||
export interface ILogin {
|
||||
user: ICurrentUser,
|
||||
|
||||
token: string,
|
||||
}
|
||||
Reference in New Issue
Block a user