Skip to content

IConfigUpdate

Defined in: src/types/ISaveResult.ts:7

A single changed configuration row produced by Configuard.serializeFlat(), ready to be persisted (e.g. an UPDATE on the config table).

key: string

Defined in: src/types/ISaveResult.ts:9

Dot/bracket-notation key of the changed item.


optional id?: number | null

Defined in: src/types/ISaveResult.ts:11

Record id of the item (from the original row), if any.


value: string | null

Defined in: src/types/ISaveResult.ts:13

The serialized (DB-ready) string value, or null.


requiresReboot: boolean

Defined in: src/types/ISaveResult.ts:15

Whether changing this item requires a reboot.