UNPKG

@playkit-js/kaltura-player-js

Version:

[![Build Status](https://github.com/kaltura/kaltura-player-js/actions/workflows/run_canary.yaml/badge.svg)](https://github.com/kaltura/kaltura-player-js/actions/workflows/run_canary.yaml) [![code style: prettier](https://img.shields.io/badge/code_style-pr

11 lines (9 loc) 188 B
export interface AdPrebidConfig { adUnit: Object; params?: Object; options?: Object; timeout: number; } export interface PrebidConfig extends AdPrebidConfig { libUrl: string; }