UNPKG

@swan-admin/swan-ai-measurements

Version:
10 lines (9 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.URLType = void 0; var URLType; (function (URLType) { URLType["DEV"] = "dev"; URLType["STAGING"] = "staging"; URLType["PROD"] = "prod"; })(URLType || (exports.URLType = URLType = {}));