mirror of https://github.com/Chocobozzz/PeerTube
7 lines
105 B
TypeScript
7 lines
105 B
TypeScript
|
export interface VideoStatsRetention {
|
||
|
data: {
|
||
|
second: number
|
||
|
retentionPercent: number
|
||
|
}[]
|
||
|
}
|