export type PKAdBreakOptions = {
  type?: string,
  position?: number,
  numAds?: number
};
