UNPKG

@calf/helios

Version:

Helios module of Calf framework.

12 lines (11 loc) 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HeliosServerMethod = void 0; /** * Helios server method * @description Possible Helios server methods */ var HeliosServerMethod; (function (HeliosServerMethod) { HeliosServerMethod["GetEServerVersion"] = "GetEServerVersion"; })(HeliosServerMethod = exports.HeliosServerMethod || (exports.HeliosServerMethod = {}));