ci: refine release-please configuration
[e-mobility-charging-stations-simulator.git] / types / EmptyObject.ts
1 export type EmptyObject = Record<string, never>