* Synchronize specifications from sources to target directory * @param config Configuration for the sync operation * @returns Array of results for each synced specification
(config: SyncConfig)
| 51 | * @returns Array of results for each synced specification |
| 52 | */ |
| 53 | sync(config: SyncConfig): Promise<SyncResult[]>; |
| 54 | } |
nothing calls this directly
no outgoing calls
no test coverage detected