nx
Version:
9 lines • 341 B
TypeScript
import { CommandModule } from 'yargs';
export interface ConfigureAiAgentsOptions {
agents?: string[];
interactive?: boolean;
verbose?: boolean;
check?: boolean | 'outdated' | 'all';
}
export declare const yargsConfigureAiAgentsCommand: CommandModule<{}, ConfigureAiAgentsOptions>;
//# sourceMappingURL=command-object.d.ts.map