FormActionResult
Type that defines the return of a form action.
Definition
FormActionResult
object
status
Maybe<
'info' | 'error' | 'success'
>message
Maybe<
string
>errors
Maybe<
FormErrors
>data
Maybe<
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
>