export enum OrgChartActions {
  FETCH_ORG_CHART = 'orgChart/fetchAll',
  FETCH_ORG_CHART_SUBTREE = 'orgChart/fetchSubtree',
}
