contentful-migration
Version:
Migration tooling for contentful
17 lines • 540 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntityType = exports.EntityAction = exports.APIAction = void 0;
class APIAction {
}
exports.APIAction = APIAction;
class EntityAction {
}
exports.EntityAction = EntityAction;
var EntityType;
(function (EntityType) {
EntityType["ContentType"] = "CONTENT_TYPE";
EntityType["EditorInterface"] = "EDITOR_INTERFACE";
EntityType["Tag"] = "TAG";
})(EntityType || (EntityType = {}));
exports.EntityType = EntityType;
//# sourceMappingURL=action.js.map