@omegabigdata/honoplay-redux-helper
Version:
honoplay-redux-helper
17 lines (12 loc) • 725 B
JavaScript
export const FETCHING_TENANT_LIST = "fetching_tenant";
export const FETCH_TENANT_LIST_SUCCESS = "fetch_tenant_list_success";
export const FETCH_TENANT_LIST_FAILED = "fetch_tenant_list_failed";
export const FETCHING_TENANT = "fetching_tenant";
export const FETCH_TENANT_SUCCESS = "fetch_tenant_success";
export const FETCH_TENANT_FAILED = "fetch_tenant_failed";
export const UPDATING_TENANT = "updating_tenant";
export const UPDATE_TENANT_SUCCESS = "update_tenant_success";
export const UPDATE_TENANT_FAILED = "update_tenant_failed";
export const CREATING_TENANT = "creating_tenant";
export const CREATE_TENANT_SUCCESS = "create_tenant_success";
export const CREATE_TENANT_FAILED = "create_tenant_failed";