export type PKStreamingConfigObject = {
  forceBreakStall: boolean,
  lowLatencyMode: boolean,
  trackEmsgEvents: boolean,
  switchDynamicToStatic: boolean
};
