export interface VideoStatsRetention {
  data: {
    second: number
    retentionPercent: number
  }[]
}