export interface TreeLeaf { title: string; targetUrl?: string; imageCssClass?: string; }