| 12 | import { executeProcess } from "../utils/executor"; |
| 13 | |
| 14 | interface QuarkApiCall { |
| 15 | first: string[]; |
| 16 | second: string[]; |
| 17 | } |
| 18 | |
| 19 | type QuarkRegisterEntry = Record<string, QuarkApiCall>; |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected