Hi! Newbie alert! 🙂 . I am trying to fix some dukat issues. Do you know how I can transpile this (index.d.ts) to kotlin: _*enum* State {                                                                  _
   ERROR = -1.0 ,                                                             Â
   LOADING = 0.0 ,                                                            Â
   READY = 2.0 ,                                                              Â
   VISIT = 1.0 ,                                                              Â
_Â *}*_