ClientActionFunctionArgs
react-router

ClientActionFunctionArgs type

type ClientActionFunctionArgs = RRActionFunctionArgs<undefined> & { 
  serverAction: {  },
}

Arguments passed to a route clientAction function

Docs and examples CC 4.0