Add redirect to session status interface

This commit is contained in:
Jack Anderson 2024-04-10 10:41:31 +01:00
parent a2083436f4
commit ebdc476588

View file

@ -45,6 +45,7 @@ export interface SessionStatus {
id?: string;
firstName?: string;
lastName?: string;
redirect?: any;
}
export interface AppStatus {