mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 22:46:29 +03:00
Actually it will be not as breaking if you used the constants, because this pr also changes the constants. closes #7029 Note that I had to change the constants from enum to namespace, this has the side effect, that you can no longer also use the constants as types, you need to instead prefix them with `typeof ` now.