* Persist a single specification
(spec: OpenAPIV3.Document, specId: string)
| 127 | * Persist a single specification |
| 128 | */ |
| 129 | saveSpec(spec: OpenAPIV3.Document, specId: string): Promise<void>; |
| 130 | |
| 131 | /** |
| 132 | * Load a single specification by ID |
no outgoing calls
no test coverage detected