} from '../../types/ocpp/Requests';
import { JsonObject, JsonType } from '../../types/JsonType';
-import ChargingStation from '../ChargingStation';
+import type ChargingStation from '../ChargingStation';
import Constants from '../../utils/Constants';
import { EmptyObject } from '../../types/EmptyObject';
import { ErrorType } from '../../types/ocpp/ErrorType';
/**
* Function that will receive the request's response
*
- * @param chargingStation
* @param payload
* @param requestPayload
*/
OCPP16StatusNotificationRequest,
} from './1.6/Requests';
-import ChargingStation from '../../charging-station/ChargingStation';
+import type ChargingStation from '../../charging-station/ChargingStation';
import { JsonType } from '../JsonType';
import { MessageType } from './MessageType';
import { OCPP16DiagnosticsStatus } from './1.6/DiagnosticsStatus';
OCPP16UnlockStatus,
} from './1.6/Responses';
-import ChargingStation from '../../charging-station/ChargingStation';
+import type ChargingStation from '../../charging-station/ChargingStation';
import { ErrorType } from './ErrorType';
import { JsonType } from '../JsonType';
import { MessageType } from './MessageType';