]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/types/models/user/user-notification-setting.ts
restore live transcoding to live streaming tab
[github/Chocobozzz/PeerTube.git] / server / types / models / user / user-notification-setting.ts
CommitLineData
453e83ea
C
1import { UserNotificationSettingModel } from '@server/models/account/user-notification-setting'
2
3export type MNotificationSetting = Omit<UserNotificationSettingModel, 'User'>
1ca9f7c3
C
4
5// ############################################################################
6
7// Format for API or AP object
8
9export type MNotificationSettingFormattable = MNotificationSetting