(data: unknown, status = 200)
| 149 | rows?: number; |
| 150 | }; |
| 151 | }; |
| 152 | |
| 153 | // --------------------------------------------------------------------------- |
| 154 | // Helper Functions |
| 155 | // --------------------------------------------------------------------------- |
| 156 | |
| 157 | const PTY_ID_RE = /^[a-zA-Z0-9_-]+$/; |
| 158 | const MIN_PTY_COLS = 2; |
| 159 | const MAX_PTY_COLS = 500; |
no outgoing calls
no test coverage detected