export interface PresetGeneratorSchema { name: string; packageManager?: 'pnpm' | 'npm'; nxWorkspaceRoot?: string; botonicVersion?: string; }