what is payload in redux

JavaScript
const someAction = {
  type: "Test",
  payload: {user: "Test User", age: 25},
}

Source

Also in JavaScript: