/** * Action type dispatched when the fetch raffles request fails. */ export declare const FETCH_RAFFLES_FAILURE = "@farfetch/blackout-redux/FETCH_RAFFLES_FAILURE"; /** * Action type dispatched when the fetch raffles request starts. */ export declare const FETCH_RAFFLES_REQUEST = "@farfetch/blackout-redux/FETCH_RAFFLES_REQUEST"; /** * Action type dispatched when the fetch raffles request succeeds. */ export declare const FETCH_RAFFLES_SUCCESS = "@farfetch/blackout-redux/FETCH_RAFFLES_SUCCESS"; /** * Action type dispatched when the fetch raffle request fails. */ export declare const FETCH_RAFFLE_FAILURE = "@farfetch/blackout-redux/FETCH_RAFFLE_FAILURE"; /** * Action type dispatched when the fetch raffle request starts. */ export declare const FETCH_RAFFLE_REQUEST = "@farfetch/blackout-redux/FETCH_RAFFLE_REQUEST"; /** * Action type dispatched when the fetch raffle request succeeds. */ export declare const FETCH_RAFFLE_SUCCESS = "@farfetch/blackout-redux/FETCH_RAFFLE_SUCCESS"; /** * Action type dispatched when the fetch raffle estimation request fails. */ export declare const FETCH_RAFFLE_ESTIMATION_FAILURE = "@farfetch/blackout-redux/FETCH_RAFFLE_ESTIMATION_FAILURE"; /** * Action type dispatched when the fetch raffle estimation request starts. */ export declare const FETCH_RAFFLE_ESTIMATION_REQUEST = "@farfetch/blackout-redux/FETCH_RAFFLE_ESTIMATION_REQUEST"; /** * Action type dispatched when the fetch raffle estimation request succeeds. */ export declare const FETCH_RAFFLE_ESTIMATION_SUCCESS = "@farfetch/blackout-redux/FETCH_RAFFLE_ESTIMATION_SUCCESS"; /** * Action type dispatched when the fetch raffle participation request fails. */ export declare const FETCH_RAFFLE_PARTICIPATION_FAILURE = "@farfetch/blackout-redux/FETCH_RAFFLE_PARTICIPATION_FAILURE"; /** * Action type dispatched when the fetch raffle participation request starts. */ export declare const FETCH_RAFFLE_PARTICIPATION_REQUEST = "@farfetch/blackout-redux/FETCH_RAFFLE_PARTICIPATION_REQUEST"; /** * Action type dispatched when the fetch raffle participation request succeeds. */ export declare const FETCH_RAFFLE_PARTICIPATION_SUCCESS = "@farfetch/blackout-redux/FETCH_RAFFLE_PARTICIPATION_SUCCESS"; /** * Action type dispatched when the create raffle participation request fails. */ export declare const CREATE_RAFFLE_PARTICIPATION_FAILURE = "@farfetch/blackout-redux/CREATE_RAFFLE_PARTICIPATION_FAILURE"; /** * Action type dispatched when the create raffle participation request starts. */ export declare const CREATE_RAFFLE_PARTICIPATION_REQUEST = "@farfetch/blackout-redux/CREATE_RAFFLE_PARTICIPATION_REQUEST"; /** * Action type dispatched when the create raffle participation request succeeds. */ export declare const CREATE_RAFFLE_PARTICIPATION_SUCCESS = "@farfetch/blackout-redux/CREATE_RAFFLE_PARTICIPATION_SUCCESS"; /** * Action type dispatched when the update raffle participation request fails. */ export declare const UPDATE_RAFFLE_PARTICIPATION_FAILURE = "@farfetch/blackout-redux/UPDATE_RAFFLE_PARTICIPATION_FAILURE"; /** * Action type dispatched when the update raffle participation request starts. */ export declare const UPDATE_RAFFLE_PARTICIPATION_REQUEST = "@farfetch/blackout-redux/UPDATE_RAFFLE_PARTICIPATION_REQUEST"; /** * Action type dispatched when the update raffle participation request succeeds. */ export declare const UPDATE_RAFFLE_PARTICIPATION_SUCCESS = "@farfetch/blackout-redux/UPDATE_RAFFLE_PARTICIPATION_SUCCESS"; /** * Action type dispatched when the reset raffles occurs. */ export declare const RESET_RAFFLES_STATE = "@farfetch/blackout-redux/RESET_RAFFLES_STATE";