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