export interface ActionGeneratorSchema { name: string; project: string; skipTests?: boolean; skipRoute?: boolean; routeMatcher?: string; }