Source: video_service_keys.js

/**
 * @typedef {{name: string, key: string}} videoServiceKeys
 * @type {Object.<string, string>}
 */
'use strict';

Object.defineProperty(exports, '__esModule', {
  value: true
});
var VideoServiceKeys = Object.freeze({
  ENSO: 'enso',
  ADDLIVE: 'addlive'
});
exports['default'] = VideoServiceKeys;
module.exports = exports['default'];