/** * Action type dispatched when the fetch contact request fails. */ export declare const FETCH_USER_CONTACT_FAILURE = "@farfetch/blackout-redux/FETCH_USER_CONTACT_FAILURE"; /** * Action type dispatched when the fetch contact request starts. */ export declare const FETCH_USER_CONTACT_REQUEST = "@farfetch/blackout-redux/FETCH_USER_CONTACT_REQUEST"; /** * Action type dispatched when the fetch contact request succeeds. */ export declare const FETCH_USER_CONTACT_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_CONTACT_SUCCESS"; /** * Action type dispatched when the create contact request fails. */ export declare const CREATE_USER_CONTACT_FAILURE = "@farfetch/blackout-redux/CREATE_USER_CONTACT_FAILURE"; /** * Action type dispatched when the create contact request starts. */ export declare const CREATE_USER_CONTACT_REQUEST = "@farfetch/blackout-redux/CREATE_USER_CONTACT_REQUEST"; /** * Action type dispatched when the create contact request succeeds. */ export declare const CREATE_USER_CONTACT_SUCCESS = "@farfetch/blackout-redux/CREATE_USER_CONTACT_SUCCESS"; /** * Action type dispatched when the update contact request fails. */ export declare const UPDATE_USER_CONTACT_FAILURE = "@farfetch/blackout-redux/UPDATE_USER_CONTACT_FAILURE"; /** * Action type dispatched when the update contact request starts. */ export declare const UPDATE_USER_CONTACT_REQUEST = "@farfetch/blackout-redux/UPDATE_USER_CONTACT_REQUEST"; /** * Action type dispatched when the update contact request succeeds. */ export declare const UPDATE_USER_CONTACT_SUCCESS = "@farfetch/blackout-redux/UPDATE_USER_CONTACT_SUCCESS"; /** * Action type dispatched when the remove contact request fails. */ export declare const REMOVE_USER_CONTACT_FAILURE = "@farfetch/blackout-redux/REMOVE_USER_CONTACT_FAILURE"; /** * Action type dispatched when the remove contact request starts. */ export declare const REMOVE_USER_CONTACT_REQUEST = "@farfetch/blackout-redux/REMOVE_USER_CONTACT_REQUEST"; /** * Action type dispatched when the remove contact request succeeds. */ export declare const REMOVE_USER_CONTACT_SUCCESS = "@farfetch/blackout-redux/REMOVE_USER_CONTACT_SUCCESS"; /** * Action type dispatched when the fetch contacts request fails. */ export declare const FETCH_USER_CONTACTS_FAILURE = "@farfetch/blackout-redux/FETCH_USER_CONTACTS_FAILURE"; /** * Action type dispatched when the fetch contacts request starts. */ export declare const FETCH_USER_CONTACTS_REQUEST = "@farfetch/blackout-redux/FETCH_USER_CONTACTS_REQUEST"; /** * Action type dispatched when the fetch contacts request succeeds. */ export declare const FETCH_USER_CONTACTS_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_CONTACTS_SUCCESS";