(
visibleRows: Array<{ [key: string]: string | number | boolean }>
)
| 144 | |
| 145 | // Session tracking |
| 146 | startSession( |
| 147 | visibleRows: Array<{ [key: string]: string | number | boolean }> |
| 148 | ): void; |
| 149 | endSession(): void; |
no outgoing calls
no test coverage detected