| 1 | import { createLogger } from '@sim/logger' |
| 2 | import type { ServiceNowDeleteParams, ServiceNowDeleteResponse } from '@/tools/servicenow/types' |
| 3 | import { createBasicAuthHeader } from '@/tools/servicenow/utils' |
| 4 | import type { ToolConfig } from '@/tools/types' |
nothing calls this directly
no test coverage detected