Skip to content

ISaveResult

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

The result of Configuard.serializeFlat().

updates: IConfigUpdate[]

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

The changed rows (value or metadata differs from the original).


requiresReboot: boolean

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

true if any changed row requires a reboot.


optional rows?: IConfigItem[]

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

The full merged IConfigItem rows for the changed items. Only present when serializeFlat() is called with { diffOnly: false }.