export type PKDrmDataObject = {
  licenseUrl: string,
  scheme: string,
  certificate?: string
};
