Type Alias ItemsSettingsPatch

ItemsSettingsPatch: {
    op: "replace";
    path: "/usageMetricsEnabled";
    value: boolean;
}[]

Type declaration

  • op: "replace"

    The operation to be performed. Only "replace" is supported.

  • path: "/usageMetricsEnabled"

    Field of Settings to be patched (updated).

  • value: boolean

    The value to be used within the operations.