blob: e162d9534597e2eaf3ef2f8d7ded733c0d5fd7e0 [file] [log] [blame]
import {IXosNavigationRoute} from '../../src/app/core/services/navigation';
export interface IStyleConfig {
projectName: string;
favicon: string;
routes: IXosNavigationRoute[];
}
export interface IAppConfig {
apiEndpoint: string;
websocketClient: string;
}