PeerTube/server/types/models/user/user-notification-setting.ts

10 lines
356 B
TypeScript
Raw Normal View History

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