UNPKG

nubli

Version:
11 lines (10 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class SmartLockResponse { constructor() { this.data = {}; this.success = true; this.message = null; } } exports.SmartLockResponse = SmartLockResponse;