| 1 | import type { LinqDeleteWebhookSubscriptionParams, LinqSuccessResult } from '@/tools/linq/types' |
| 2 | import { extractLinqError, LINQ_API_BASE, linqHeaders } from '@/tools/linq/utils' |
| 3 | import type { ToolConfig } from '@/tools/types' |
| 4 |
nothing calls this directly
no test coverage detected