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"
  • value: boolean