export interface FoundryApplicationConfiguration { production: boolean; apiUrl: string; appName?: string; version?: string; [key: string]: any; }