enums behave a bit weird in typescript and they are not recomended by ther TS team. Replace all the enums with pojos (plain old javascript objects) <sub>From [SyncLinear.com](https://synclinear.com) | [DAO-32](https://linear.app/daobox/issue/DAO-32/replace-enums-with-pojos)</sub>
enums behave a bit weird in typescript and they are not recomended by ther TS team. Replace all the enums with pojos (plain old javascript objects)
From SyncLinear.com | DAO-32