Type Alias JPatchOpMove

JPatchOpMove: { from: string; op: "move"; path: string }

Type declaration

  • from: string
  • op: "move"
  • path: string