UNPKG

@smallprod/models

Version:
10 lines (9 loc) 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class MigrationType { constructor(tableName, type) { this.tableName = tableName; this.type = type; } } exports.default = MigrationType;