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