blob: 5c1bf34689999d584673770af34b93e092e7b772 (
plain) (
tree)
|
|
export interface ServerStats {
totalUsers: number
totalLocalVideos: number
totalLocalVideoViews: number
totalLocalVideoComments: number
totalVideos: number
totalVideoComments: number
totalInstanceFollowers: number
totalInstanceFollowing: number
}
|