refactor: use syntax shortcuts
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationInfo.ts
index 0f4fe97dd33eeb33c5b0034b1993b0e9b5ee07fd..d4e4f8db675c606a613b0488d2b5dede109ae8ce 100644 (file)
@@ -14,6 +14,7 @@ ChargingStationTemplate,
 | 'meterSerialNumberPrefix'
 > & {
   hashId: string
+  templateName: string
   /** @deprecated Use hashId instead */
   infoHash?: string
   chargingStationId?: string