UNPKG

marga

Version:
9 lines (8 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const BigEntity_1 = require("./BigEntity"); class PuntoBigEntity extends BigEntity_1.default { isBanco = false; isPunto = true; } exports.default = PuntoBigEntity;