Get rid of useless intermediate variable
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationTemplate.ts
index a9d42724aad0f9df2fbb0754a3b013c2cf0b5049..ff17749a4534761c87bfa437d54c2b038a3881b7 100644 (file)
@@ -44,7 +44,6 @@ export interface AutomaticTransactionGenerator {
 export type WsOptions = ClientOptions & ClientRequestArgs;
 
 export default interface ChargingStationTemplate {
-  hash?: string;
   supervisionUrls?: string | string[];
   supervisionUrlOcppConfiguration?: boolean;
   supervisionUrlOcppKey?: string;