/** * Action type dispatched when the fetch user closet items request fails. */ export declare const FETCH_USER_CLOSET_ITEMS_FAILURE = "@farfetch/blackout-redux/FETCH_USER_CLOSET_ITEMS_FAILURE"; /** * Action type dispatched when the fetch user closet items request starts. */ export declare const FETCH_USER_CLOSET_ITEMS_REQUEST = "@farfetch/blackout-redux/FETCH_USER_CLOSET_ITEMS_REQUEST"; /** * Action type dispatched when the fetch user closet items request succeeds. */ export declare const FETCH_USER_CLOSET_ITEMS_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_CLOSET_ITEMS_SUCCESS"; /** * Action type dispatched when the fetch user closets request fails. */ export declare const FETCH_USER_CLOSETS_FAILURE = "@farfetch/blackout-redux/FETCH_USER_CLOSETS_FAILURE"; /** * Action type dispatched when the fetch user closets request starts. */ export declare const FETCH_USER_CLOSETS_REQUEST = "@farfetch/blackout-redux/FETCH_USER_CLOSETS_REQUEST"; /** * Action type dispatched when the fetch user closets request succeeds. */ export declare const FETCH_USER_CLOSETS_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_CLOSETS_SUCCESS"; /** * Action type dispatched when the remove user closet item request fails. */ export declare const REMOVE_USER_CLOSET_ITEM_FAILURE = "@farfetch/blackout-redux/REMOVE_USER_CLOSET_ITEM_FAILURE"; /** * Action type dispatched when the remove user closet item request starts. */ export declare const REMOVE_USER_CLOSET_ITEM_REQUEST = "@farfetch/blackout-redux/REMOVE_USER_CLOSET_ITEM_REQUEST"; /** * Action type dispatched when the remove user closet item request succeeds. */ export declare const REMOVE_USER_CLOSET_ITEM_SUCCESS = "@farfetch/blackout-redux/REMOVE_USER_CLOSET_ITEM_SUCCESS"; /** Action type dispatched when resetting the user closets state. */ export declare const RESET_USER_CLOSETS = "@farfetch/blackout-redux/RESET_USER_CLOSETS"; /** Action type dispatched when resetting the user closet items slice state. */ export declare const RESET_USER_CLOSET_ITEMS_STATE = "@farfetch/blackout-redux/RESET_USER_CLOSET_ITEMS_STATE";