| 1 | import { z } from 'zod' |
| 2 | import { defineRouteContract } from '@/lib/api/contracts/types' |
| 3 | import { validateExternalUrl } from '@/lib/core/security/input-validation' |
| 4 | import { CADENCE_TYPES, DESTINATION_TYPES, SOURCE_TYPES } from '@/lib/data-drains/types' |
nothing calls this directly
no test coverage detected