]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/overviews/videos-overview.ts
Add hardware information in instance config
[github/Chocobozzz/PeerTube.git] / shared / models / overviews / videos-overview.ts
index 8c87857634c6ed6588e3eaa76783a1ed0060ffd1..e725f166bbce01485ac05572c77b063c8bf91ffd 100644 (file)
@@ -1,8 +1,8 @@
-import { Video, VideoChannelAttribute, VideoConstant } from '../videos'
+import { Video, VideoChannelSummary, VideoConstant } from '../videos'
 
 export interface VideosOverview {
   channels: {
-    channel: VideoChannelAttribute
+    channel: VideoChannelSummary
     videos: Video[]
   }[]
 
@@ -15,5 +15,4 @@ export interface VideosOverview {
     tag: string
     videos: Video[]
   }[]
-  [key: string]: any
 }