We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07c639 commit 6a3097cCopy full SHA for 6a3097c
components/remote_settings/src/config.rs
@@ -27,6 +27,9 @@ pub struct RemoteSettingsConfig {
27
pub app_context: Option<RemoteSettingsContext>,
28
}
29
30
+// temporary alias for compatability
31
+pub type RemoteSettingsConfig2 = RemoteSettingsConfig;
32
+
33
/// The Remote Settings server that the client should use.
34
#[derive(Debug, Clone, uniffi::Enum)]
35
pub enum RemoteSettingsServer {
0 commit comments