UNPKG

trm-core

Version:

TRM (Transport Request Manager) Core

9 lines (8 loc) 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RegistryType = void 0; var RegistryType; (function (RegistryType) { RegistryType[RegistryType["PUBLIC"] = 1] = "PUBLIC"; RegistryType[RegistryType["PRIVATE"] = 2] = "PRIVATE"; })(RegistryType || (exports.RegistryType = RegistryType = {}));