1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00
Peertube/server/typings/models/user/user-notification-setting.ts
2019-08-20 19:23:10 +02:00

9 lines
356 B
TypeScript

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