Type alias ZendriveVehicleInfo

ZendriveVehicleInfo: {
    bluetoothAddress: string;
    vehicleId: string;
}

Represents Vehicle info data

Type declaration

  • bluetoothAddress: string
  • vehicleId: string