| 1 | import { z } from 'zod' |
| 2 | import { defineRouteContract } from '@/lib/api/contracts/types' |
| 3 | import { isFreeEmailDomain } from '@/lib/messaging/email/free-email' |
| 4 | import { NO_EMAIL_HEADER_CONTROL_CHARS_REGEX } from '@/lib/messaging/email/utils' |
nothing calls this directly
no test coverage detected