()
| 147 | visibleRows: Array<{ [key: string]: string | number | boolean }> |
| 148 | ): void; |
| 149 | endSession(): void; |
| 150 | updateVisibleRows( |
| 151 | visibleRows: Array<{ [key: string]: string | number | boolean }> |
| 152 | ): void; |
no outgoing calls
no test coverage detected