2023-02-13 13:46:56 +00:00
|
|
|
/// <reference types="next" />
|
|
|
|
|
/// <reference types="next/image-types/global" />
|
2023-07-23 11:21:39 +02:00
|
|
|
/// <reference types="next/navigation-types/compat/navigation" />
|
2025-10-07 11:24:00 +02:00
|
|
|
/// <reference path="./.next/types/routes.d.ts" />
|
2023-02-13 13:46:56 +00:00
|
|
|
|
|
|
|
|
// NOTE: This file should not be edited
|
2025-01-26 12:24:57 +01:00
|
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|