ultisuite-client/next-env.d.ts
R3D347HR4Y 9603a9c687
Some checks are pending
E2E / Playwright e2e (push) Waiting to run
Update Next.js version and adjust TypeScript environment imports
- Upgraded Next.js from 16.2.6 to 16.2.7 in package.json and pnpm-lock.yaml.
- Modified TypeScript environment import path in next-env.d.ts for consistency with the new structure.
2026-06-07 19:01:42 +02:00

7 lines
251 B
TypeScript

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