move the auth state to the types
This commit is contained in:
@@ -10,3 +10,8 @@ export interface User {
|
||||
administrator: boolean;
|
||||
airportConfigurationAccess: string[];
|
||||
};
|
||||
|
||||
export interface IAuthState {
|
||||
valid: boolean,
|
||||
user: User,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user