UNPKG

@omegabigdata/honoplay-redux-helper

Version:
23 lines (18 loc) 1.05 kB
export const FETCHING_SESSION_LIST = "fetching_session"; export const FETCH_SESSION_LIST_SUCCESS = "fetch_session_list_success"; export const FETCH_SESSION_LIST_FAILED = "fetch_session_list_failed"; export const FETCHING_SESSION = "fetching_session"; export const FETCH_SESSION_SUCCESS = "fetch_session_success"; export const FETCH_SESSION_FAILED = "fetch_session_failed"; export const UPDATING_SESSION = "updating_session"; export const UPDATE_SESSION_SUCCESS = "update_session_success"; export const UPDATE_SESSION_FAILED = "update_session_failed"; export const CREATING_SESSION = "creating_session"; export const CREATE_SESSION_SUCCESS = "create_session_success"; export const CREATE_SESSION_FAILED = "create_session_failed"; export const FETCHING_SESSION_BY_CLASSROOMID_LIST = "fetching_session_by_classroomid"; export const FETCH_SESSION_BY_CLASSROOMID_LIST_SUCCESS = "fetch_session_by_classroomid_list_success"; export const FETCH_SESSION_BY_CLASSROOMID_LIST_FAILED = "fetch_session_by_classroomid_list_failed";