UNPKG

@pubby/sdk

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