MCPcopy
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
12interface SettingsAdd extends Omit<SettingsMigration, "noteIf"> {
13 value: unknown;
14}
15
16type SettingsRemove = SettingsMigration;
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected