(graph: D2)
| 26 | // D2-compatible types for input streams |
| 27 | // Helper function to create D2-compatible inputs |
| 28 | const createIssueInput = (graph: D2) => |
| 29 | graph.newInput<[number, Record<string, unknown>]>() |
| 30 | const createUserInput = (graph: D2) => |
| 31 | graph.newInput<[number, Record<string, unknown>]>() |
| 32 |
no test coverage detected