UNPKG

focalxaiinspection

Version:

Focalx AI Inspection

14 lines (13 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var Endpoint = { Dev: "dev", Stage: "stage", Prod: "prod", PreProd: "preprod" }; var _default = Endpoint; exports.default = _default;