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