Interface Config

interface Config {
    api: APIConfig;
    app: AppConfig;
    backup: BackupConfig;
    comment: CommentConfig;
    integration: IntegrationConfig;
    mainView: MainViewConfig;
    notification: NotificationConfig;
    order: OrderConfig;
    platform: PlatformConfig;
    remote: RemoteConfig;
    setList: SetListConfig;
    speech: SpeechConfig;
    survey: SurveyConfig;
    template: TemplateConfig;
    ui: UIConfig;
}

Properties

backup: BackupConfig
comment: CommentConfig
integration: IntegrationConfig
mainView: MainViewConfig
notification: NotificationConfig
platform: PlatformConfig
remote: RemoteConfig
setList: SetListConfig
speech: SpeechConfig
survey: SurveyConfig
template: TemplateConfig