UNPKG

@pubby/sdk

Version:
16 lines (13 loc) 478 B
import { __extends } from 'tslib'; import { IncomingMessage } from '../incoming-message.js'; var PlaybackPlayResponse = /** @class */ (function (_super) { __extends(PlaybackPlayResponse, _super); function PlaybackPlayResponse(time) { var _this = _super.call(this) || this; _this.time = time; return _this; } PlaybackPlayResponse.id = 'pp'; return PlaybackPlayResponse; }(IncomingMessage)); export { PlaybackPlayResponse };