Type Alias JPatchOpAdd

JPatchOpAdd: { op: "add"; path: string; value: JData }

Type declaration

  • op: "add"
  • path: string
  • value: JData