feat(platform): expose service status on vehicle rows
This commit is contained in:
@@ -43,6 +43,7 @@ export interface VehicleRow {
|
||||
lastSeen: string;
|
||||
locationText: string;
|
||||
bindingScore: number;
|
||||
serviceStatus?: VehicleServiceStatus;
|
||||
}
|
||||
|
||||
export interface VehicleCoverageRow {
|
||||
|
||||
Reference in New Issue
Block a user