mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 08:54:54 +00:00
convert project from microservices to rest apis
This commit is contained in:
3
src/auth/constants/login.response.constant.ts
Normal file
3
src/auth/constants/login.response.constant.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export interface ILoginResponse {
|
||||
access_token: string;
|
||||
}
|
||||
Reference in New Issue
Block a user