mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat(auth): implement login API integration with backend
This commit is contained in:
@@ -2,9 +2,13 @@ export interface robot{
|
||||
description: string
|
||||
time: Date,
|
||||
id: string | number,
|
||||
type: string
|
||||
type: string,
|
||||
action:'robot'
|
||||
}
|
||||
|
||||
export interface user{
|
||||
description: string, time: Date, id: number | string
|
||||
description: string,
|
||||
time: Date,
|
||||
id: number | string,
|
||||
action:'user'
|
||||
}
|
||||
Reference in New Issue
Block a user