export interface App { name: string; icon: string; url: string; cssClass: string; }