]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/typings/models/video/schedule-video-update.ts
Type toFormattedJSON
[github/Chocobozzz/PeerTube.git] / server / typings / models / video / schedule-video-update.ts
index 069705536b266f6e95a7dc31383c3ea266ac6001..ada9af06e8569462e5d693e7708b830c8d3df055 100644 (file)
@@ -1,3 +1,9 @@
 import { ScheduleVideoUpdateModel } from '../../../models/video/schedule-video-update'
 
 export type MScheduleVideoUpdate = Omit<ScheduleVideoUpdateModel, 'Video'>
+
+// ############################################################################
+
+// Format for API or AP object
+
+export type MScheduleVideoUpdateFormattable = Pick<MScheduleVideoUpdate, 'updateAt' | 'privacy'>