* Persist the catalog of specifications
(catalog: SpecCatalogEntry[])
| 117 | * Persist the catalog of specifications |
| 118 | */ |
| 119 | saveSpecCatalog(catalog: SpecCatalogEntry[]): Promise<void>; |
| 120 | |
| 121 | /** |
| 122 | * Load the catalog of specifications |
no outgoing calls
no test coverage detected