]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/typings/models/video/schedule-video-update.ts
Type toFormattedJSON
[github/Chocobozzz/PeerTube.git] / server / typings / models / video / schedule-video-update.ts
1 import { ScheduleVideoUpdateModel } from '../../../models/video/schedule-video-update'
2
3 export type MScheduleVideoUpdate = Omit<ScheduleVideoUpdateModel, 'Video'>
4
5 // ############################################################################
6
7 // Format for API or AP object
8
9 export type MScheduleVideoUpdateFormattable = Pick<MScheduleVideoUpdate, 'updateAt' | 'privacy'>