implemented logout
This commit was merged in pull request #44.
This commit is contained in:
@@ -4,4 +4,15 @@ export interface RequestStatus {
|
||||
message?:string
|
||||
name?:string
|
||||
data?:{}[] | [any] | {}
|
||||
}
|
||||
|
||||
|
||||
export interface User {
|
||||
firstname?:string
|
||||
lastname?:string
|
||||
last_login?:string
|
||||
message?:string
|
||||
token?:string
|
||||
uid?:string
|
||||
call_return?:string
|
||||
}
|
||||
Reference in New Issue
Block a user