@@ -0,0 +1,6 @@
+enum PlatForm {
+ FRONT_END = 'frontEnd',
+ BACK_END = 'backEnd',
+}
+
+export default PlatForm;