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