chatbot-template/next-env.d.ts
vercel[bot] 904427229a
Update dependencies for React Flight RCE advisory (#1343)
Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
Co-authored-by: Ian Jones <witspr@gmail.com>
2025-12-05 10:16:33 -05:00

6 lines
247 B
TypeScript

/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.