export interface ViewabilityConfig {
  observedThresholds: Array<number>;
  playerThreshold: number;
}
