| 1 | /* eslint-disable no-restricted-globals */ |
| 2 | import type { NextApiRequest, NextApiResponse } from "next"; |
| 3 | import { NextRequest } from "next/server"; |
| 4 | import * as FetchHttpClient from "@effect/platform/FetchHttpClient"; |
nothing calls this directly
no test coverage detected