export const LOGOUT_REQUEST = "LOGOUT_REQUEST"; export const LOGOUT_SUCCESS = "LOGOUT_SUCCESS"; export const LOGOUT_FAILURE = "LOGOUT_FAILURE"; export function logout() { return { type: LOGOUT_REQUEST }; };