export interface WebviewGeneratorSchema { name: string; project: string; skipTests?: boolean; }