feat(platform): separate vehicle lookup key from VIN
This commit is contained in:
@@ -53,6 +53,8 @@ export interface VehicleCoverageRow {
|
||||
|
||||
export interface VehicleDetail {
|
||||
vin: string;
|
||||
lookupKey: string;
|
||||
lookupResolved: boolean;
|
||||
identity?: VehicleRow;
|
||||
realtimeSummary?: VehicleRealtimeRow;
|
||||
sources: string[];
|
||||
|
||||
Reference in New Issue
Block a user