export type PKSessionConfigObject = {
  id?: string,
  ks?: string,
  isAnonymous?: boolean,
  partnerId?: number,
  uiConfId?: number
};
