feat(platform): include identity resolution in vehicle detail

This commit is contained in:
lingniu
2026-07-04 01:09:35 +08:00
parent 703a7b112f
commit beb5034b9b
5 changed files with 84 additions and 61 deletions

View File

@@ -67,6 +67,7 @@ export interface VehicleDetail {
vin: string;
lookupKey: string;
lookupResolved: boolean;
resolution?: VehicleIdentityResolution;
identity?: VehicleRow;
realtimeSummary?: VehicleRealtimeRow;
sources: string[];