c674add1b72a604d27d23f6c72aed11ec74be113
[oweals/peertube.git] / server / typings / models / user / user-notification-setting.ts
1 import { UserNotificationSettingModel } from '@server/models/account/user-notification-setting'
2
3 export type MNotificationSetting = Omit<UserNotificationSettingModel, 'User'>
4
5 // ############################################################################
6
7 // Format for API or AP object
8
9 export type MNotificationSettingFormattable = MNotificationSetting