Interface: StructuredMergeOperation¶
Defined in: core/src/structured-output.ts:11
A single merge operation to apply to a structured settings file.
Properties¶
path¶
path:
string
Defined in: core/src/structured-output.ts:13
Dotted path to the target key.
value¶
value:
unknown
Defined in: core/src/structured-output.ts:15
Value to set, or undefined to remove an owned value.