/** * Action type dispatched when the fetch commerce pages request fails. */ export declare const FETCH_COMMERCE_PAGES_FAILURE = "@farfetch/blackout-redux/FETCH_COMMERCE_PAGES_FAILURE"; /** * Action type dispatched when the fetch commerce pages request starts. */ export declare const FETCH_COMMERCE_PAGES_REQUEST = "@farfetch/blackout-redux/FETCH_COMMERCE_PAGES_REQUEST"; /** * Action type dispatched when the fetch commerce pages request succeeds. */ export declare const FETCH_COMMERCE_PAGES_SUCCESS = "@farfetch/blackout-redux/FETCH_COMMERCE_PAGES_SUCCESS"; /** * Action type dispatched when the fetch contents request fails. */ export declare const FETCH_CONTENTS_FAILURE = "@farfetch/blackout-redux/FETCH_CONTENTS_FAILURE"; /** * Action type dispatched when the fetch contents request starts. */ export declare const FETCH_CONTENTS_REQUEST = "@farfetch/blackout-redux/FETCH_CONTENTS_REQUEST"; /** * Action type dispatched when the fetch contents request succeeds. */ export declare const FETCH_CONTENTS_SUCCESS = "@farfetch/blackout-redux/FETCH_CONTENTS_SUCCESS"; /** * Action type dispatched when the fetch content types request fails. */ export declare const FETCH_CONTENT_TYPES_FAILURE = "@farfetch/blackout-redux/FETCH_CONTENT_TYPES_FAILURE"; /** * Action type dispatched when the fetch content types request starts. */ export declare const FETCH_CONTENT_TYPES_REQUEST = "@farfetch/blackout-redux/FETCH_CONTENT_TYPES_REQUEST"; /** * Action type dispatched when the fetch content types request succeeds. */ export declare const FETCH_CONTENT_TYPES_SUCCESS = "@farfetch/blackout-redux/FETCH_CONTENT_TYPES_SUCCESS"; /** Action type dispatched when the fetch content pages request fails. */ export declare const FETCH_CONTENT_PAGES_FAILURE = "@farfetch/blackout-redux/FETCH_CONTENT_PAGES_FAILURE"; /** Action type dispatched when the fetch content pages request starts. */ export declare const FETCH_CONTENT_PAGE_REQUEST = "@farfetch/blackout-redux/FETCH_CONTENT_PAGE_REQUEST"; /** Action type dispatched when the fetch content pages request succeeds. */ export declare const FETCH_CONTENT_PAGES_SUCCESS = "@farfetch/blackout-redux/FETCH_CONTENT_PAGES_SUCCESS"; /** * Action type dispatched when the fetch SEO request fails. */ export declare const FETCH_SEO_METADATA_FAILURE = "@farfetch/blackout-redux/FETCH_SEO_METADATA_FAILURE"; /** * Action type dispatched when the fetch SEO request starts. */ export declare const FETCH_SEO_METADATA_REQUEST = "@farfetch/blackout-redux/FETCH_SEO_METADATA_REQUEST"; /** * Action type dispatched when the fetch SEO request succeeds. */ export declare const FETCH_SEO_METADATA_SUCCESS = "@farfetch/blackout-redux/FETCH_SEO_METADATA_SUCCESS"; /** * Action type dispatched when reset contents. */ export declare const RESET_CONTENTS = "@farfetch/blackout-redux/RESET_CONTENTS";