Files
portabase/next-env.d.ts
T

7 lines
262 B
TypeScript
Raw Normal View History

2024-11-03 11:30:44 +01:00
/// <reference types="next" />
/// <reference types="next/image-types/global" />
2025-09-23 20:35:48 +02:00
/// <reference path="./.next/types/routes.d.ts" />
2024-11-03 11:30:44 +01:00
// NOTE: This file should not be edited
2025-01-02 17:58:14 +01:00
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.