feat: add initial HTTP/2 support to ui server (mutually exclusive for now)
[e-mobility-charging-stations-simulator.git] / src / types / EmptyObject.ts
CommitLineData
480bbd89 1export type EmptyObject = Record<string, never>;