| 198 | result: unknown; |
| 199 | } |
| 200 | | { |
| 201 | type: "file_output"; |
| 202 | filePath: string; |
| 203 | filename: string; |
| 204 | mimeType?: string; |
| 205 | caption?: string; |
| 206 | }; |
| 207 | |
| 208 | // --------------------------------------------------------------------------- |
| 209 | // IPC Broadcast |
| 210 | // --------------------------------------------------------------------------- |
| 211 |
no outgoing calls
no test coverage detected