"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExpressAppType = void 0;
/**
* Enum for app 'type'
* @readonly
* @enum {number}
*/
var ExpressAppType;
(function (ExpressAppType) {
ExpressAppType[ExpressAppType["EXPRESS_API_APP"] = 0] = "EXPRESS_API_APP";
ExpressAppType[ExpressAppType["EXPRESS_FULLSTACK_APP"] = 1] = "EXPRESS_FULLSTACK_APP";
})(ExpressAppType = exports.ExpressAppType || (exports.ExpressAppType = {}));
//# sourceMappingURL=express-app-type.js.map