(
sourceId: string,
sessions: Array<{ name: string; remoteSessionId: string }>
)
| 95 | ): Promise<DataSource | null> |
| 96 | deleteDataSource(id: string): Promise<boolean> |
| 97 | addImportSessions( |
| 98 | sourceId: string, |
| 99 | sessions: Array<{ name: string; remoteSessionId: string }> |
| 100 | ): Promise<ImportSession[]> |
no outgoing calls
no test coverage detected