(id: string)
| 94 | updates: Partial<Pick<DataSource, 'name' | 'baseUrl' | 'token' | 'intervalMinutes' | 'pullLimit' | 'enabled'>> |
| 95 | ): Promise<DataSource | null> |
| 96 | deleteDataSource(id: string): Promise<boolean> |
| 97 | addImportSessions( |
| 98 | sourceId: string, |
| 99 | sessions: Array<{ name: string; remoteSessionId: string }> |
no outgoing calls
no test coverage detected