Move to eslint
[oweals/peertube.git] / server / typings / models / video / schedule-video-update.ts
index e6f478cdfc12b4770120b7d032e574728cbec429..95a53d13968a1da7f361b6728e8f00150adc86e1 100644 (file)
@@ -10,7 +10,8 @@ export type MScheduleVideoUpdate = Omit<ScheduleVideoUpdateModel, 'Video'>
 
 // ############################################################################
 
-export type MScheduleVideoUpdateVideoAll = MScheduleVideoUpdate &
+export type MScheduleVideoUpdateVideoAll =
+  MScheduleVideoUpdate &
   Use<'Video', MVideoAPWithoutCaption & MVideoWithBlacklistLight>
 
 // Format for API or AP object