Type toFormattedJSON
[oweals/peertube.git] / server / typings / models / user / user-notification-setting.ts
index 585d30a66887b4fe638d055d17df134b6df63822..c674add1b72a604d27d23f6c72aed11ec74be113 100644 (file)
@@ -1,3 +1,9 @@
 import { UserNotificationSettingModel } from '@server/models/account/user-notification-setting'
 
 export type MNotificationSetting = Omit<UserNotificationSettingModel, 'User'>
+
+// ############################################################################
+
+// Format for API or AP object
+
+export type MNotificationSettingFormattable = MNotificationSetting