(toolkitId: string)
| 433 | }); |
| 434 | |
| 435 | const listConnections = (toolkitId: string) => |
| 436 | requireToolkit(toolkitId).pipe(Effect.flatMap(() => listConnectionsForRecord(toolkitId))); |
| 437 | |
| 438 | const createConnection = ( |
| 439 | toolkitId: string, |
no test coverage detected