-
Goals
Non-Goals
BackgroundThere should be a type for this exported by next.js itself ProposalPlease export a type for it |
Beta Was this translation helpful? Give feedback.
Answered by
icyJoseph
Dec 16, 2025
Replies: 1 comment 2 replies
-
|
Mmm I think we do have: import { MiddlewareConfig } from "next/server";
// and
import { ProxyConfig } from "next/server";I'll try to add them to the docs these days. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Stanzilla
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mmm I think we do have:
I'll try to add them to the docs these days.