ts-freebox
Version:
10 lines (9 loc) • 376 B
JavaScript
// src/@types/wifi/guest.ts
var AccessType = /* @__PURE__ */ ((AccessType2) => {
AccessType2["full"] = "stations will get full access to local network + internet";
AccessType2["net_only"] = "stations connected using this custom key will be isolated and won\u2019t have access to local network devices";
return AccessType2;
})(AccessType || {});
export {
AccessType
};