typescript-mysql-model
Version:
{ "version": "1.2.46", "name": "typescript-mysql-model", "description": "", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url":
16 lines • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
class TableClass {
constructor() {
this.className = "";
this.filename = "";
this.fnName = "";
this.fnPlural = "";
this.fullPath = "";
this.isTable = false;
this.prefixedClassName = "";
this.tableName = "";
}
}
exports.TableClass = TableClass;
//# sourceMappingURL=table-class.js.map