UNPKG

xiot-core-xcp-ts

Version:
7 lines (6 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ENDPOINT_URI = exports.GATEWAY = exports.ACCESS_KEY_MIN_LENGTH = void 0; exports.ACCESS_KEY_MIN_LENGTH = 16; exports.GATEWAY = 'gateway'; exports.ENDPOINT_URI = '/endpoint';