/** * Action type dispatched when the add shared wishlist request fails. */ export declare const CREATE_SHARED_WISHLIST_FAILURE = "@farfetch/blackout-redux/CREATE_SHARED_WISHLIST_FAILURE"; /** * Action type dispatched when the add shared wishlist request starts. */ export declare const CREATE_SHARED_WISHLIST_REQUEST = "@farfetch/blackout-redux/CREATE_SHARED_WISHLIST_REQUEST"; /** * Action type dispatched when the add shared wishlist request succeeds. */ export declare const CREATE_SHARED_WISHLIST_SUCCESS = "@farfetch/blackout-redux/CREATE_SHARED_WISHLIST_SUCCESS"; /** * Action type dispatched when the remove shared wishlist request fails. */ export declare const REMOVE_SHARED_WISHLIST_FAILURE = "@farfetch/blackout-redux/REMOVE_SHARED_WISHLIST_FAILURE"; /** * Action type dispatched when the remove shared wishlist request starts. */ export declare const REMOVE_SHARED_WISHLIST_REQUEST = "@farfetch/blackout-redux/REMOVE_SHARED_WISHLIST_REQUEST"; /** * Action type dispatched when the remove shared wishlist request succeeds. */ export declare const REMOVE_SHARED_WISHLIST_SUCCESS = "@farfetch/blackout-redux/REMOVE_SHARED_WISHLIST_SUCCESS"; /** * Action type dispatched when the fetch shared wishlist request fails. */ export declare const FETCH_SHARED_WISHLIST_FAILURE = "@farfetch/blackout-redux/FETCH_SHARED_WISHLIST_FAILURE"; /** * Action type dispatched when the fetch shared wishlist request starts. */ export declare const FETCH_SHARED_WISHLIST_REQUEST = "@farfetch/blackout-redux/FETCH_SHARED_WISHLIST_REQUEST"; /** * Action type dispatched when the fetch shared wishlist request succeeds. */ export declare const FETCH_SHARED_WISHLIST_SUCCESS = "@farfetch/blackout-redux/FETCH_SHARED_WISHLIST_SUCCESS"; /** * Action type dispatched when the reset shared wishlist state occurs. */ export declare const RESET_SHARED_WISHLIST_STATE = "@farfetch/blackout-redux/RESET_SHARED_WISHLIST_STATE"; /** * Action type dispatched when the reset shared wishlist entities occurs. */ export declare const RESET_SHARED_WISHLIST_ENTITIES = "@farfetch/blackout-redux/RESET_SHARED_WISHLIST_ENTITIES"; /** * Action type dispatched when the update shared wishlist request fails. */ export declare const UPDATE_SHARED_WISHLIST_FAILURE = "@farfetch/blackout-redux/UPDATE_SHARED_WISHLIST_FAILURE"; /** * Action type dispatched when the update shared wishlist request starts. */ export declare const UPDATE_SHARED_WISHLIST_REQUEST = "@farfetch/blackout-redux/UPDATE_SHARED_WISHLIST_REQUEST"; /** * Action type dispatched when the update shared wishlist request succeeds. */ export declare const UPDATE_SHARED_WISHLIST_SUCCESS = "@farfetch/blackout-redux/UPDATE_SHARED_WISHLIST_SUCCESS";