chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / ChargePointErrorCode.ts
... / ...
CommitLineData
1import { OCPP16ChargePointErrorCode } from './1.6/ChargePointErrorCode.js'
2
3export const ChargePointErrorCode = {
4 ...OCPP16ChargePointErrorCode
5} as const
6// eslint-disable-next-line @typescript-eslint/no-redeclare
7export type ChargePointErrorCode = OCPP16ChargePointErrorCode