export interface ForgeTask { generator: string; config?: Record; } export interface ForgeOptions { tasks: ForgeTask[]; pwd?: string; }