FormsAppEnvironmentConfiguration: FormsAppEnvironmentConfigurationBase & {
    googleMapsApiKey: string;
    recaptchaKeyType: RecaptchaKeyType;
    recaptchaPublicKey: string;
}