UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

10 lines (8 loc) 243 B
export type SetupAiAgentsGeneratorSchema = { directory: string; writeNxCloudRules?: boolean; packageVersion?: string; agents?: Agent[]; }; export type NormalizedSetupAiAgentsGeneratorSchema = Required<SetupAiAgentsGeneratorSchema>;