UNPKG

nx

Version:

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

5 lines 130 B
export interface CatalogReference { catalogName?: string; isDefaultCatalog: boolean; } //# sourceMappingURL=types.d.ts.map