| Matteo Scandolo | e0d71ea | 2016-12-19 11:56:12 -0800 | [diff] [blame] | 1 | import {IXosNavigationRoute} from '../core/services/navigation'; |
| 2 | export interface IStyleConfig { | ||||
| 3 | projectName: string; | ||||
| 4 | favicon: string; | ||||
| 5 | routes: IXosNavigationRoute[]; | ||||
| 6 | } | ||||
| 7 | |||||
| 8 | export interface IAppConfig { | ||||
| 9 | apiEndpoint: string; | ||||
| 10 | websocketClient: string; | ||||
| 11 | } | ||||