interface PatchSetting {
    op: string;
    path: string;
    value: string;
}

Properties

Properties

op: string

The operation to be performed

path: string

The path of the setting to be patched

value: string

The value to replace at the specified path