Merge dependabot/npm_and_yarn/eslint-plugin-jsdoc-46.5.1 into combined-prs-branch
[e-mobility-charging-stations-simulator.git] / src / types / EmptyObject.ts
1 export type EmptyObject = Record<string, never>;