export interface IApp { /** * must be unique */ id: string; /** * should be unique */ name: string; description: string; logoUrl: string; appUrl: string; }