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