| 1 | import type { CaptureRequest, CaptureResponse } from '../dto/captures' |
| 2 | import { BrowserWindow } from 'electron' |
| 3 | import { Elysia } from 'elysia' |
| 4 | import { getEntryNameValidationIssue } from '../../../shared/entryNameValidation' |
nothing calls this directly
no test coverage detected