export interface RouteGeneratorSchema { name: string; project: string; addLayout?: boolean; directory?: string; }