| 1 | import { log } from "../logger/logManager"; |
| 2 | import type QuickAdd from "../main"; |
| 3 | import type { Migration } from "./Migrations"; |
| 4 | import type ICaptureChoice from "../types/choices/ICaptureChoice"; |
nothing calls this directly
no test coverage detected