import { CellType } from '@/lib/types'; export const TREE_EXPAND_KEY = 'expand'; export const TREE_CHILDREN_KEY = 'children'; export const TREE_PARENT_ID_KEY = '$parentId'; export const ID_KEY = 'id'; export const CELL_TYPE = () => CellType.viewer;