| 1 | import { createLogger } from '@sim/logger' |
| 2 | import { type NextRequest, NextResponse } from 'next/server' |
| 3 | import { findTableRowsQuerySchema } from '@/lib/api/contracts/tables' |
| 4 | import { isZodError, validationErrorResponse } from '@/lib/api/server/validation' |
nothing calls this directly
no test coverage detected