README.md: update to reflect response payload format change on
[e-mobility-charging-stations-simulator.git] / src / types / EmptyObject.ts
CommitLineData
480bbd89 1export type EmptyObject = Record<string, never>;