mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-02 08:09:19 +08:00
Add redirect to session status interface
This commit is contained in:
parent
a2083436f4
commit
ebdc476588
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ export interface SessionStatus {
|
|||
id?: string;
|
||||
firstName?: string;
|
||||
lastName?: string;
|
||||
redirect?: any;
|
||||
}
|
||||
|
||||
export interface AppStatus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue