import { TreeMode } from './tree-mode'; export interface TreeOptions { mode: TreeMode; checkboxes: boolean; alwaysEmitSelected: boolean; }