7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
"use strict";
|
|
/**
|
|
* Base Interfaces
|
|
* Interfaces compartidas para todo el proyecto
|
|
*/
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
//# sourceMappingURL=base.interface.js.map
|