UNPKG

ttlock-sdk-js

Version:

JavaScript port of the TTLock Android SDK

9 lines (8 loc) 307 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.ActionType = void 0; var ActionType; (function (ActionType) { ActionType[ActionType["GET"] = 1] = "GET"; ActionType[ActionType["SET"] = 2] = "SET"; })(ActionType = exports.ActionType || (exports.ActionType = {}));