M8: add operational authentication mode
This commit is contained in:
@@ -6,6 +6,13 @@ export interface CurrentUser {
|
||||
role: Role;
|
||||
}
|
||||
|
||||
export interface SystemStatus {
|
||||
service: string;
|
||||
environment: string;
|
||||
demo_mode: boolean;
|
||||
knowledge_provider: string;
|
||||
}
|
||||
|
||||
export interface Vehicle {
|
||||
public_ref: string;
|
||||
make: string;
|
||||
|
||||
Reference in New Issue
Block a user