2025-11-21 13:36:06 +08:00
|
|
|
/// <reference types="next" />
|
|
|
|
|
/// <reference types="next/image-types/global" />
|
2026-01-31 16:42:34 +08:00
|
|
|
import "./.next/types/routes.d.ts";
|
2025-11-21 13:36:06 +08:00
|
|
|
|
|
|
|
|
// NOTE: This file should not be edited
|
|
|
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|