Interface RemoteConfig

interface RemoteConfig {
    enabled: boolean;
}

Properties

Properties

enabled: boolean