| 1 | import { unlink } from 'node:fs/promises' |
| 2 | import type { DesktopAction } from '../../shared/desktop-actions.ts' |
| 3 | import type { AnyDesktopActionPayload } from '../../shared/desktop-contracts.ts' |
| 4 | import { |
nothing calls this directly
no test coverage detected