UNPKG

nicolive-api

Version:
21 lines (15 loc) 519 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } var Live = function Live(_ref) { var title = _ref.title, provider_type = _ref.provider_type, open_time = _ref.open_time; _classCallCheck(this, Live); this.title = title; this.providerType = provider_type; this.openTime = open_time; }; exports.default = Live;