]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/users/user-notification-setting.model.ts
Reorganize shared models
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-notification-setting.model.ts
index c7590fa8a413894d215c89271716e590251980c9..473148062b36e1e0b9deb537dc4737c803c1c002 100644 (file)
@@ -1,4 +1,4 @@
-export enum UserNotificationSettingValue {
+export const enum UserNotificationSettingValue {
   NONE = 0,
   WEB = 1 << 0,
   EMAIL = 1 << 1