UNPKG

@seniorsistemas/senior-sam

Version:
29 lines 738 B
"use strict"; const BaseModel_1 = require("../BaseModel"); module.exports = class VirtualLobbyActionOutput extends BaseModel_1.BaseModel { set id(value) { this._id = value; } get id() { return this._id; } set outputDevice(value) { this._outputDevice = value; } get outputDevice() { return this._outputDevice; } set virtualLobbyActionType(value) { this._virtualLobbyActionType = value; } get virtualLobbyActionType() { return this._virtualLobbyActionType; } set actionTime(value) { this._actionTime = value; } get actionTime() { return this._actionTime; } }; //# sourceMappingURL=VirtualLobbyActionOutput.js.map