export interface IFoundryApiConfigModel { rootApi?: { foundryApiEndpoint: string; foundryApiKey: string; }; cognitoData?: { foundryAccountId: string; foundryApiGatewayEndpoint: string; foundryCognitoIdentityPoolId: string; foundryCognitoDeveloperProviderName: string; }; }