export interface DrawerItem { displayName?: string; id?: string; to: string; }