UNPKG

ttlock-sdk-js

Version:

JavaScript port of the TTLock Android SDK

9 lines (8 loc) 279 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.LogType = void 0; var LogType; (function (LogType) { LogType[LogType["ALL"] = 11] = "ALL"; LogType[LogType["NEW"] = 12] = "NEW"; })(LogType = exports.LogType || (exports.LogType = {}));