export type PKAdOptions = {
  system?: string,
  url?: string,
  contentType?: string,
  title?: string,
  position?: number,
  duration?: number,
  clickThroughUrl?: string,
  posterUrl?: string,
  skipOffset?: number,
  linear: boolean,
  width: number,
  height: number,
  bitrate: number,
  bumper: boolean,
  inStream?: boolean,
  vpaid?: boolean,
  streamId?: string,
  wrapperAdIds: Array<string>,
  wrapperCreativeIds: Array<string>,
  wrapperAdSystems: Array<string>
};
