UNPKG

@dodi-smart/nuki-graphql-api

Version:
18 lines 603 B
"use strict"; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AccountCreate = void 0; var AccountCreate; (function (AccountCreate) { /** * The type of the account: 0 .. user, 2 .. caretaker (default: 0) */ let type; (function (type) { type[type["_0"] = 0] = "_0"; type[type["_2"] = 2] = "_2"; })(type = AccountCreate.type || (AccountCreate.type = {})); })(AccountCreate = exports.AccountCreate || (exports.AccountCreate = {})); //# sourceMappingURL=AccountCreate.js.map