export type PKPlaybackOptionsObject = {
  html5: {
    hls: any,
    dash: any
  }
};
