Files
outline/server/typings/fetch-with-proxy.d.ts
T
Hemachandar 04c3d81b1f chore: Setup missing oxlint configs (#9862)
* shared

* server

* app

* remove vestigial eslintrc files

* update comment directives
2025-08-06 19:54:22 -04:00

7 lines
151 B
TypeScript

declare module "fetch-with-proxy" {
// oxlint-disable-next-line no-restricted-imports
import nodeFetch from "node-fetch";
export = nodeFetch;
}