| 1 | import { defineExecutorConfig } from "@executor-js/sdk"; |
| 2 | import { openApiHttpPlugin } from "@executor-js/plugin-openapi/api"; |
| 3 | import { googleHttpPlugin } from "@executor-js/plugin-google/api"; |
| 4 | import { microsoftHttpPlugin } from "@executor-js/plugin-microsoft/api"; |
nothing calls this directly
no test coverage detected