fix: fix off-by-one in ATG statuses handling
[e-mobility-charging-stations-simulator.git] / src / types / EmptyObject.ts
1 export type EmptyObject = Record<string, never>