UNPKG

@seniorsistemas/senior-sam

Version:
23 lines 552 B
"use strict"; const BaseModel_1 = require("../BaseModel"); module.exports = class LobbyCredentialTechnology extends BaseModel_1.BaseModel { set id(value) { this._id = value; } get id() { return this._id; } set lobby(value) { this._lobby = value; } get lobby() { return this._lobby; } set cardTechnology(value) { this._cardTechnology = value; } get cardTechnologyid() { return this._cardTechnology; } }; //# sourceMappingURL=LobbyCredentialTechnology.js.map