UNPKG

@dodi-smart/nuki-graphql-api

Version:
28 lines 1.14 kB
"use strict"; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AccountSetting_Web = void 0; var AccountSetting_Web; (function (AccountSetting_Web) { /** * The initial view type of the device page */ let deviceViewType; (function (deviceViewType) { deviceViewType["LIST"] = "LIST"; deviceViewType["TILE"] = "TILE"; })(deviceViewType = AccountSetting_Web.deviceViewType || (AccountSetting_Web.deviceViewType = {})); /** * The initial sort type of the device page */ let deviceSortType; (function (deviceSortType) { deviceSortType["FAVOURITES_FIRST"] = "FAVOURITES_FIRST"; deviceSortType["NAME_ASC"] = "NAME_ASC"; deviceSortType["NAME_DESC"] = "NAME_DESC"; deviceSortType["LAST_ADDED_DESC"] = "LAST_ADDED_DESC"; })(deviceSortType = AccountSetting_Web.deviceSortType || (AccountSetting_Web.deviceSortType = {})); })(AccountSetting_Web = exports.AccountSetting_Web || (exports.AccountSetting_Web = {})); //# sourceMappingURL=AccountSetting_Web.js.map