feat(ui): add charging station options to add action
[e-mobility-charging-stations-simulator.git] / ui / web / src / composables / index.ts
index a4b40639498a77ddd2d207350bd4f069c849b24a..31e231e87056fade9f399e9d8805428ba87febeb 100644 (file)
@@ -1 +1,2 @@
 export { UIClient } from './UIClient'
+export { convertToBoolean, convertToInt } from './Utils'