import { LaunchMode } from '../config/app.js'; export type AppInfo = { id: string; name: string; mode: LaunchMode; hostUrl: string; manifestPath: string; homeRoute: string; isJsModule: boolean; files: Array; };