chatbot-template/next-env.d.ts

7 lines
251 B
TypeScript
Raw Normal View History

2023-05-19 12:33:56 -04:00
/// <reference types="next" />
/// <reference types="next/image-types/global" />
2025-12-10 03:30:21 +00:00
import "./.next/dev/types/routes.d.ts";
2023-05-19 12:33:56 -04:00
// NOTE: This file should not be edited
2025-03-04 18:00:14 -08:00
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.