feat(platform): expose missing sources per vehicle
This commit is contained in:
@@ -52,6 +52,7 @@ export interface VehicleCoverageRow {
|
||||
phone: string;
|
||||
oem: string;
|
||||
protocols: string[];
|
||||
missingProtocols: string[];
|
||||
sourceCount: number;
|
||||
onlineSourceCount: number;
|
||||
online: boolean;
|
||||
|
||||
Reference in New Issue
Block a user