(
baseUrl: string,
token?: string,
query?: { keyword?: string; limit?: number; cursor?: string }
)
| 103 | triggerPullAll(sourceId: string): Promise<{ success: boolean; error?: string }> |
| 104 | onPullResult(cb: () => void): () => void |
| 105 | fetchRemoteSessions( |
| 106 | baseUrl: string, |
| 107 | token?: string, |
| 108 | query?: { keyword?: string; limit?: number; cursor?: string } |
no outgoing calls
no test coverage detected