FormResponse
Type that defines the response of a form.
Definition
FormResponse
object
status
Maybe<
'info' | 'error' | 'success'
>message
Maybe<
string
>data
Maybe<
ResponseData
>
Type that defines the response of a form.
FormResponse
object
status
Maybe<'info' | 'error' | 'success'
>
message
Maybe<string
>
data
Maybe<ResponseData
>