Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Koenkk/zigbee2mqtt
/ SettingsAdd
Interface
SettingsAdd
lib/util/settingsMigration.ts:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
interface
SettingsAdd extends Omit<SettingsMigration,
"noteIf"
> {
13
value: unknown;
14
}
15
16
type
SettingsRemove = SettingsMigration;
17
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected