@enable-tech/shared-types
Version:
This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.
32 lines • 1.46 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.E_PreferredLanguage = exports.E_BackendImagesPaths = exports.E_HttpMethod = void 0;
// ! NOTE: This type replaces the following type: HttpMethod
var E_HttpMethod;
(function (E_HttpMethod) {
E_HttpMethod["GET"] = "GET";
E_HttpMethod["POST"] = "POST";
E_HttpMethod["PUT"] = "PUT";
E_HttpMethod["PATCH"] = "PATCH";
E_HttpMethod["DELETE"] = "DELETE";
E_HttpMethod["OPTIONS"] = "OPTIONS";
E_HttpMethod["HEAD"] = "HEAD";
E_HttpMethod["CONNECT"] = "CONNECT";
E_HttpMethod["TRACE"] = "TRACE";
})(E_HttpMethod || (exports.E_HttpMethod = E_HttpMethod = {}));
var E_BackendImagesPaths;
(function (E_BackendImagesPaths) {
E_BackendImagesPaths["MENUITEM"] = "menuItem";
E_BackendImagesPaths["USER"] = "user";
E_BackendImagesPaths["BRANCH"] = "branch";
E_BackendImagesPaths["COMPANY"] = "company";
E_BackendImagesPaths["DRIVER"] = "driver";
E_BackendImagesPaths["CATEGORY"] = "category";
})(E_BackendImagesPaths || (exports.E_BackendImagesPaths = E_BackendImagesPaths = {}));
// ! NOTE: This type replaces the following type: EPreferredMenuCatalogLanguage
var E_PreferredLanguage;
(function (E_PreferredLanguage) {
E_PreferredLanguage["ENGLISH"] = "english";
E_PreferredLanguage["ARABIC"] = "arabic";
})(E_PreferredLanguage || (exports.E_PreferredLanguage = E_PreferredLanguage = {}));
//# sourceMappingURL=index.js.map