export type PKExternalCaptionObject = {
  url: string,
  label: string,
  language: string,
  default?: boolean,
  type?: string
};
