mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 14:14:17 +08:00
4 lines
133 B
TypeScript
4 lines
133 B
TypeScript
/* eslint-disable no-restricted-imports */
|
|
export { NextResponse } from 'next/server'
|
|
export type { NextRequest } from 'next/server'
|