export interface IApp { showGlobalIndicator?: boolean showSearchBar?: boolean codePushKey?: string apiUrl?: string appState?: string }