/** * Action type dispatched when the fetch form schema request starts. */ export declare const FETCH_FORM_SCHEMA_REQUEST = "@farfetch/blackout-redux/FETCH_FORM_SCHEMA_REQUEST"; /** * Action type dispatched when the fetch form schema request succeeds. */ export declare const FETCH_FORM_SCHEMA_SUCCESS = "@farfetch/blackout-redux/FETCH_FORM_SCHEMA_SUCCESS"; /** * Action type dispatched when the fetch form schema request fails. */ export declare const FETCH_FORM_SCHEMA_FAILURE = "@farfetch/blackout-redux/FETCH_FORM_SCHEMA_FAILURE"; /** * Action type dispatched when the submit form request starts. */ export declare const SUBMIT_FORM_REQUEST = "@farfetch/blackout-redux/SUBMIT_FORM_REQUEST"; /** * Action type dispatched when the submit form request succeeds. */ export declare const SUBMIT_FORM_SUCCESS = "@farfetch/blackout-redux/SUBMIT_FORM_SUCCESS"; /** * Action type dispatched when the submit form request fails. */ export declare const SUBMIT_FORM_FAILURE = "@farfetch/blackout-redux/SUBMIT_FORM_FAILURE"; /** * Action type dispatched by resetFormSchema thunk. */ export declare const RESET_FORM_SCHEMAS = "@farfetch/blackout-redux/RESET_FORM_SCHEMAS";