1 import { VideoRedundancyStrategyWithManual } from '../redundancy'
3 export interface ServerStats {
5 totalLocalVideos: number
6 totalLocalVideoViews: number
7 totalLocalVideoComments: number
8 totalLocalVideoFilesSize: number
11 totalVideoComments: number
13 totalInstanceFollowers: number
14 totalInstanceFollowing: number
16 videosRedundancy: VideosRedundancyStats[]
19 export interface VideosRedundancyStats {
20 strategy: VideoRedundancyStrategyWithManual
23 totalVideoFiles: number