| 1 | import { hmacSha256Hex } from '@sim/security/hmac' |
| 2 | import { generateId } from '@sim/utils/id' |
| 3 | import type { RequestResponse, WebhookRequestParams } from '@/tools/http/types' |
| 4 | import type { ToolConfig } from '@/tools/types' |
nothing calls this directly
no test coverage detected