export interface DeploymentConfig { /** Indicates the apps targetted by this program. */ supportedApps: Record; }