FormActionResult
Type that defines the return of a form action.
Definition
FormActionResultobjectstatusMaybe<'info' | 'error' | 'success'>messageMaybe<string>errorsMaybe<FormErrors>dataMaybe<ResponseData>
Type that defines the return of a form action.
FormActionResult object
status Maybe<'info' | 'error' | 'success'>message Maybe<string>errors Maybe<FormErrors>data Maybe<ResponseData>