/** * Action type dispatched when the fetch user credits request fails. */ export declare const FETCH_USER_CREDITS_FAILURE = "@farfetch/blackout-redux/FETCH_USER_CREDITS_FAILURE"; /** * Action type dispatched when the fetch user credits request starts. */ export declare const FETCH_USER_CREDITS_REQUEST = "@farfetch/blackout-redux/FETCH_USER_CREDITS_REQUEST"; /** * Action type dispatched when the fetch user credits request succeeds. */ export declare const FETCH_USER_CREDITS_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_CREDITS_SUCCESS"; /** * Action type dispatched when the fetch user credit movements request fails. */ export declare const FETCH_USER_CREDIT_MOVEMENTS_FAILURE = "@farfetch/blackout-redux/FETCH_USER_CREDIT_MOVEMENTS_FAILURE"; /** * Action type dispatched when the fetch user credit movements request starts. */ export declare const FETCH_USER_CREDIT_MOVEMENTS_REQUEST = "@farfetch/blackout-redux/FETCH_USER_CREDIT_MOVEMENTS_REQUEST"; /** * Action type dispatched when the fetch user credit movements request succeeds. */ export declare const FETCH_USER_CREDIT_MOVEMENTS_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_CREDIT_MOVEMENTS_SUCCESS";