export interface IConfig { name: string; pages: string[]; pagePath?: string; routePath?: string; }