interface FormDataState {
    formData: { [propertyPath: string]: any };
}

Properties

Properties

formData: { [propertyPath: string]: any }