export interface AppTileInfo { title: string; description?: string; icon: string; semanticObject: string; action: string; path: string; }