Function: baseDeriveForm
lib.baseDeriveForm
▸ baseDeriveForm\<T, K>(«destructured»): K
Example function for deriving data from the Axios response after submitting a form. We'll assume for this example that its structure will be the same as for deriving single data.
Type parameters
| Name | Type |
|---|---|
T |
T |
K |
T |
Parameters
| Name | Type |
|---|---|
«destructured» |
DeriveFormArgs\<T> |
Returns
K