1
0
Fork 0
peertube/server/typings/models/user/user-notification-setting.ts

10 lines
356 B
TypeScript
Raw Normal View History

2019-08-15 05:53:26 -04:00
import { UserNotificationSettingModel } from '@server/models/account/user-notification-setting'
export type MNotificationSetting = Omit<UserNotificationSettingModel, 'User'>
2019-08-20 13:05:31 -04:00
// ############################################################################
// Format for API or AP object
export type MNotificationSettingFormattable = MNotificationSetting